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 57b5fbea491c956ed7a4ab7d12d802de2b29455d (commit) via 09006ccec7928c9cf53bca6abe741e8d4d466c98 (commit) from b7057eb61e690ebad59e6c9ff15e616933ce42cd (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 57b5fbea491c956ed7a4ab7d12d802de2b29455d Author: Howard Chu hyc@symas.com Date: Sun Sep 18 12:37:02 2011 -0700
Add mdb_drop() for deleting a DB
Allow MIDLs to grow arbitrarily, to allow unlimited number of pages to be freed in one txn.
commit 09006ccec7928c9cf53bca6abe741e8d4d466c98 Author: Howard Chu hyc@symas.com Date: Sun Sep 18 10:38:08 2011 -0700
API change, consistency check
mdb_close() takes an env, not a txn. Also, add check for stale DB records (in case some other process wrote to the DB last).
-----------------------------------------------------------------------
Summary of changes: libraries/libmdb/mdb.c | 276 ++++++++++++++++++++++++++++++------------- libraries/libmdb/mdb.h | 22 +++- libraries/libmdb/mdb_stat.c | 2 +- libraries/libmdb/midl.c | 40 ++++++- libraries/libmdb/midl.h | 22 +++- libraries/libmdb/mtest.c | 2 +- libraries/libmdb/mtest2.c | 2 +- libraries/libmdb/mtest3.c | 2 +- libraries/libmdb/mtest4.c | 2 +- libraries/libmdb/mtest5.c | 2 +- 10 files changed, 275 insertions(+), 97 deletions(-)