- Nov 04, 2011
-
-
Tighten up entry_alloc/entry_decode Track parent nodes in idscopes
-
Keep entries word-aligned. Yields ~10% speedup, but also 10% more space used. May revert this if the space cost is unacceptable.
-
-
Quanah Gibson-Mount authored
Conflicts: servers/slapd/bconfig.c
-
-
Also do not cast between berval and MDB_val. That breaks when sizeof(berval.bv_len) != sizeof(MDB_val.mv_size).
-
-
-
-
-
-
-
-
-
-
-
-
-
For compiling against a checkout of the stand-alone libmdb, which has a branch 'mdb.master' with its own root: git clone --branch=mdb.master <openldap_repo_dir> mdb set_mdb="MDB_SUBDIR=`pwd`/mdb/libraries/libmdb" ... maybe modify mdb repository for testing ... cd <openldap_repo_dir>; make $set_mdb
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Nov 03, 2011