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 6e05ca17e988754ae90fde1921765ba130bb90b2 (commit) via fe11433619573444d67ee2ce193725177579a9f0 (commit) from 19d1e72bbc66a2a85d7dfe95b582e15fc5a6b04c (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 6e05ca17e988754ae90fde1921765ba130bb90b2 Author: Howard Chu hyc@symas.com Date: Sun Oct 2 10:02:30 2011 -0700
Add MDB_RESERVE mode
When putting a record, just make space for the data, don't copy it. (Not compatible with MDB_DUPSORT, since the actual data is needed to determine the insert location.)
commit fe11433619573444d67ee2ce193725177579a9f0 Author: Howard Chu hyc@symas.com Date: Fri Sep 30 22:15:05 2011 -0700
Tweak cursor adjustment code
Skip the original cursor that made the change
-----------------------------------------------------------------------
Summary of changes: libraries/libmdb/mdb.c | 62 ++++++++++++++++++++++++++++++----------------- libraries/libmdb/mdb.h | 4 +++ 2 files changed, 43 insertions(+), 23 deletions(-)