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 53cf2eed907c75354dc08a880ee1cc21ee2088e4 (commit) from fed573cb86ed99f37bd062908ec814ee0ca47053 (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 53cf2eed907c75354dc08a880ee1cc21ee2088e4 Author: Howard Chu hyc@symas.com Date: Fri Jan 11 11:45:25 2013 -0800
ITS#7491 check for filled dirty page list
Very large single transactions will fail. It's not just a problem when nested transactions are used. We could make this dynamically sized, but I'm not sure what the point is.
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/lmdb.h | 2 +- libraries/liblmdb/mdb.c | 29 +++++++++++++++++++---------- 2 files changed, 20 insertions(+), 11 deletions(-)