openldap/servers/slapd/back-bdb
Howard Chu 295e14bd54 Renamed BDB_ID2ENTRY_PAGESIZE to just BDB_PAGESIZE; set it on each database
instead of just the id2entry db. It helps. I also found that tweaking the
environment (set_lg_bsize 2MB; set_cachesize 2MB) helps but those can be
taken care of in a DB_CONFIG file. Tweaked the bdb_bt_compare function; it
really only needs to be set on little-endian machines. (On big-endian machines
a lexical sort gives the same result as an integer sort.) Moved the final
checkpoint back to the dbenv_close, I think this leaves a cleaner log file.
2001-11-28 20:48:06 +00:00
..
add.c Added experimental support for DB_DIRTY_READ. 2001-11-28 03:11:04 +00:00
attr.c Misc code cleanup 2001-11-27 03:41:03 +00:00
attribute.c Misc code cleanup 2001-11-27 03:41:03 +00:00
back-bdb.h Renamed BDB_ID2ENTRY_PAGESIZE to just BDB_PAGESIZE; set it on each database 2001-11-28 20:48:06 +00:00
backbdb.dsp Work in progress codes. !UNTESTED! 2001-06-15 07:08:37 +00:00
bind.c Misc code cleanup 2001-11-27 03:41:03 +00:00
compare.c Replace existing SLAP_MR_ matching flags with: 2001-11-27 21:59:56 +00:00
config.c Added experimental support for DB_DIRTY_READ. 2001-11-28 03:11:04 +00:00
dbcache.c Renamed BDB_ID2ENTRY_PAGESIZE to just BDB_PAGESIZE; set it on each database 2001-11-28 20:48:06 +00:00
delete.c Added experimental support for DB_DIRTY_READ. 2001-11-28 03:11:04 +00:00
dn2entry.c Mostly working modify 2000-09-28 00:02:47 +00:00
dn2id.c Added experimental support for DB_DIRTY_READ. 2001-11-28 03:11:04 +00:00
error.c Misc code cleanup 2001-11-27 03:41:03 +00:00
extended.c Initial idl fetch code, undef BDB_INDEX for now, other cleanup 2001-10-05 01:19:58 +00:00
external.h Rough in extended ops, modify, and modrdn. 2000-09-27 22:28:59 +00:00
filterindex.c Some tweaks to cut down on IDL stack usage. idl_intersection and idl_union 2001-11-26 19:32:39 +00:00
group.c Misc code cleanup 2001-11-27 03:41:03 +00:00
id2entry.c Added experimental support for DB_DIRTY_READ. 2001-11-28 03:11:04 +00:00
idl.c Added experimental support for DB_DIRTY_READ. 2001-11-28 03:11:04 +00:00
idl.h More indexing fixes. Now passes tests 0-7, 10, and 11. 2001-11-24 12:41:54 +00:00
index.c Misc code cleanup 2001-11-27 03:41:03 +00:00
init.c Renamed BDB_ID2ENTRY_PAGESIZE to just BDB_PAGESIZE; set it on each database 2001-11-28 20:48:06 +00:00
key.c Misc code cleanup 2001-11-27 03:41:03 +00:00
Makefile.in Added bdb_attribute and bdb_group ACL support routines 2001-11-12 20:52:25 +00:00
modify.c Added experimental support for DB_DIRTY_READ. 2001-11-28 03:11:04 +00:00
modrdn.c Added experimental support for DB_DIRTY_READ. 2001-11-28 03:11:04 +00:00
nextid.c Cleanup a while() loop. 2001-11-27 22:10:01 +00:00
passwd.c Added experimental support for DB_DIRTY_READ. 2001-11-28 03:11:04 +00:00
proto-bdb.h Fix segv in slapcat. Tool must use be_entry_return to free entries 2001-11-27 09:34:53 +00:00
referral.c Ported referral patches from back-ldbm. I believe search.c still needs 2001-11-05 06:24:11 +00:00
search.c Misc code cleanup 2001-11-27 03:41:03 +00:00
tools.c Added experimental support for DB_DIRTY_READ. 2001-11-28 03:11:04 +00:00