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 14fb1f59c7e119a100952890f947377d7e95f135 (commit) from 7e9a6134fde1e65648aa18c935c1af7554fd5b97 (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 14fb1f59c7e119a100952890f947377d7e95f135 Author: Howard Chu hyc@symas.com Date: Sat Jul 21 06:10:02 2012 -0700
Append tweaks, page_split fixes
Append mode now does no key comparisons, input must be in sorted order. page_split was not updating cursor parents correctly.
-----------------------------------------------------------------------
Summary of changes: libraries/libmdb/mdb.c | 115 +++++++++++++++++++++++++++++++++++++++--------- libraries/libmdb/mdb.h | 24 ++++++++++- 2 files changed, 117 insertions(+), 22 deletions(-)