A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, mdb.master has been updated via 92a63ff79026fa3f2373cde4bb6793f132b8f287 (commit) via 350124854855ba3aeda6f07c8d6e4d1f27b835bc (commit) from 946b38f471636e475661daf3569ce9d1f86c6ed2 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 92a63ff79026fa3f2373cde4bb6793f132b8f287 Merge: 3501248 946b38f Author: Howard Chu hyc@symas.com Date: Sun Sep 11 22:23:35 2011 -0700
Merge branch 'mdb.master' of ssh://git-master.openldap.org/~git/git/openldap into mdb.master
commit 350124854855ba3aeda6f07c8d6e4d1f27b835bc Author: Howard Chu hyc@symas.com Date: Sun Sep 11 20:54:32 2011 -0700
Fix 2e3bc39fa94f21d692d8e94183f57aef9122c487
Various mistakes when converting from previous data structures. Add a few more debug asserts/sanity checks. Split all "if (foo) return" constructs to separate lines to allow easier breakpoint setting.
Add mtest6 for checking mdb_split() behavior. This needs to be expanded to check rebalance/merge cases too.
-----------------------------------------------------------------------
Summary of changes: libraries/libmdb/.gitignore | 2 +- libraries/libmdb/Makefile | 1 + libraries/libmdb/mdb.c | 411 ++++++++++++++----------------- libraries/libmdb/{mtest3.c => mtest6.c} | 72 +++--- 4 files changed, 220 insertions(+), 266 deletions(-) copy libraries/libmdb/{mtest3.c => mtest6.c} (66%)