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 74ed1757a4fb9263e1a78adc7b60360531824e0a (commit) via 27435aa5ac14c439ea14c0e7cf0f49c89470bf1e (commit) via 6214423163cb5c5cc7385e9e2f6da45ea5ee61ef (commit) from 2cc2574d84686d2e2556e86f78a962bd593af19c (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 74ed1757a4fb9263e1a78adc7b60360531824e0a Author: Hallvard Furuseth hallvard@openldap.org Date: Mon Aug 5 10:01:39 2013 +0200
Silence warnings
commit 27435aa5ac14c439ea14c0e7cf0f49c89470bf1e Author: Hallvard Furuseth hallvard@openldap.org Date: Mon Aug 5 09:55:57 2013 +0200
Tweak comments
commit 6214423163cb5c5cc7385e9e2f6da45ea5ee61ef Author: Hallvard Furuseth hallvard@openldap.org Date: Mon Aug 5 09:55:48 2013 +0200
Clarify doc: mdb_copy, nested txns, mdb_drop().
mdb_copy: Does not copy lockfile. Can trigger file growth. mdb_txn_begin(): Clarify usage restrictions. mdb_drop(): State what to do rather than what will be done, since closing the handle could otherwise be read as happening even at failure.
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/lmdb.h | 21 ++++++++++++++------- libraries/liblmdb/mdb.c | 29 +++++++++++++++++++---------- libraries/liblmdb/mdb_copy.1 | 5 +++++ 3 files changed, 38 insertions(+), 17 deletions(-)