- Nov 04, 2011
-
-
-
-
-
Nested txn stuff which we don't use.
-
Parenthesize macros. Microoptimize IDL search. Use RANGE_<FIRST/LAST> when IDL is known to be a range.
-
-
Do not access a size_t via an unsigned long pointer, an MDB_val via a berval pointer, or the inverse. Instead copy into the proper data types.
-
Don't truncate all indices if specific indices were given.
-
-
-
-
-
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
-
-
-
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
-
-
Quanah Gibson-Mount authored
-