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 2727e97de35320b0ac433ff2e811b9640bb66996 (commit) via 68e97b2184063e91d62eed7d862d133f2e4ca314 (commit) via 937b5eff07e30563a4b55fdde936191eb64f0f3b (commit) via 86f8b203f5b3f293df28f12836f1d68d28a0c2ee (commit) via 012d7b5de7b9942c29d0c849e8153b7b81b59082 (commit) via 3e7c1bd4e22270d1b95fff572a7726983ca68e8d (commit) via a22c31115f480eff906d51b53a998d269da83452 (commit) via 684bb867ced9f0ccde0268b6a3e839ebcb00ff6b (commit) from 4ddf2ec83176ef6f1d2db2eb95f1f931de25c81d (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 2727e97de35320b0ac433ff2e811b9640bb66996 Author: Hallvard Furuseth hallvard@openldap.org Date: Sun Mar 16 12:42:43 2014 +0100
mtest: Accept an MDB_NOTFOUND case
commit 68e97b2184063e91d62eed7d862d133f2e4ca314 Author: Hallvard Furuseth hallvard@openldap.org Date: Sun Mar 16 12:42:43 2014 +0100
Handle more errors. Invalidate txn if needed.
commit 937b5eff07e30563a4b55fdde936191eb64f0f3b Author: Hallvard Furuseth hallvard@openldap.org Date: Sun Mar 16 12:42:42 2014 +0100
Don't use non-existent node info in branch/leaf2
commit 86f8b203f5b3f293df28f12836f1d68d28a0c2ee Author: Hallvard Furuseth hallvard@openldap.org Date: Sun Mar 16 12:42:42 2014 +0100
Move code out of mdb_cursor_del0() and mdb_del().
Prepares for the next commits.
commit 012d7b5de7b9942c29d0c849e8153b7b81b59082 Author: Hallvard Furuseth hallvard@openldap.org Date: Sun Mar 16 12:42:42 2014 +0100
More checks for closed DBIs and invalidated txns.
Factor txn/DBI-checks out to TXN_DBI_EXIST(). mdb_audit(): Skip closed DBIs. mdb_cursor_renew(), mdb_stat(): Check DBI and txn. mdb_cursor_count(): Check txn. mdb_dbi_flags(): Check DBI.
commit 3e7c1bd4e22270d1b95fff572a7726983ca68e8d Author: Hallvard Furuseth hallvard@openldap.org Date: Sun Mar 16 12:42:42 2014 +0100
mdb_page_list(): Support & display all page types
commit a22c31115f480eff906d51b53a998d269da83452 Author: Hallvard Furuseth hallvard@openldap.org Date: Sun Mar 16 12:42:42 2014 +0100
mdb_txn_renew0(): Fix un-mutexed me_flags update.
Replace env flag MDB_LIVE_READER with field me_live_reader.
commit 684bb867ced9f0ccde0268b6a3e839ebcb00ff6b Author: Hallvard Furuseth hallvard@openldap.org Date: Sun Mar 16 12:42:42 2014 +0100
Doxygen fixes
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/lmdb.h | 5 +- libraries/liblmdb/mdb.c | 291 +++++++++++++++++++++++++++++---------------- libraries/liblmdb/mtest.c | 17 +-- 3 files changed, 198 insertions(+), 115 deletions(-)