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 b711c07f3432d104612fd3186a22dab6f2369570 (commit) from f81eb631ffec43b53d051664cf7e8a62852f4693 (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 b711c07f3432d104612fd3186a22dab6f2369570 Author: Howard Chu hyc@symas.com Date: Wed Jul 10 11:03:51 2013 -0700
Fix rebalance/cursor adjust
When collapsing root, must also move cursor index down, not just the page pointer.
Also in mtest, break from NEXT loops on error, otherwise it just prints the previous key/data again, which looks confusing.
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/mdb.c | 2 ++ libraries/liblmdb/mtest.c | 4 ++++ 2 files changed, 6 insertions(+), 0 deletions(-)