openldap/servers
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
..
slapd Renamed BDB_ID2ENTRY_PAGESIZE to just BDB_PAGESIZE; set it on each database 2001-11-28 20:48:06 +00:00
slurpd wrong length in statement selection (not critical); some cleanup (sizeof()-1 instead of strlen on constant strings) 2001-11-01 18:57:21 +00:00
Makefile.in Move ldapd into the Attic, quipu tools remain for now. 2000-06-01 23:00:22 +00:00