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 0ce6bb4be0034120c850917bc4f59b4d4efc1432 (commit) via aff2693fc0721df4ccb6ceb357f80501c413ed38 (commit) from e26fc734177ccc4da91d6bf79035a9dda354784a (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 0ce6bb4be0034120c850917bc4f59b4d4efc1432 Author: Howard Chu hyc@symas.com Date: Mon Dec 10 12:21:36 2012 -0800
Add error checks to txn_commit
These ops could fail if the map is full.
commit aff2693fc0721df4ccb6ceb357f80501c413ed38 Author: Howard Chu hyc@symas.com Date: Mon Dec 10 12:16:50 2012 -0800
ITS#7455 simplify
Don't try to reclaim overflow pages while operating on the freelist (for now). The circular dependencies are much like the single-page case, but worse. Maybe look into this in the future, but it's not absolutely necessary now.
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/mdb.c | 40 +++++++++++++++++++++++++++------------- 1 files changed, 27 insertions(+), 13 deletions(-)