A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, mdb.RE/0.9 has been updated via 5c898278174a141008d31ca3ed11ff745e487912 (commit) via 1693012d57f8fa3d0b383290dcad8d23aa690862 (commit) via f46b642b068bc5d93c16a427d60b3f6e6892f99a (commit) via dce0911b17beb16bcb44c86cc75a071cb6dfed3d (commit) via 2072ae6a3b9c8431965a751f9952b23a55e7a419 (commit) from b0032feb85352d794f4fb318e63195589bdaafc7 (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 5c898278174a141008d31ca3ed11ff745e487912 Author: Hallvard Furuseth hallvard@openldap.org Date: Tue Apr 14 20:25:51 2015 +0200
Cleanup mtest* and sample-*.
Fix mdb_txn_begin(&read-only txn) calls. Test mdb_env_set_maxreaders(). Rename DBI open/close functions. Move mdb_dbi_close() out of txn.
commit 1693012d57f8fa3d0b383290dcad8d23aa690862 Author: Hallvard Furuseth hallvard@openldap.org Date: Tue Apr 14 20:24:30 2015 +0200
Reformat mdb_dbi_open() doc for clarity
commit f46b642b068bc5d93c16a427d60b3f6e6892f99a Author: Hallvard Furuseth hallvard@openldap.org Date: Wed Apr 8 21:47:24 2015 +0200
mdb_txn_renew(): Clear error from previous txn
commit dce0911b17beb16bcb44c86cc75a071cb6dfed3d Author: Howard Chu hyc@openldap.org Date: Wed Mar 18 19:26:21 2015 +0000
ITS#8062 fix uninit'd cursor index
commit 2072ae6a3b9c8431965a751f9952b23a55e7a419 Author: Hallvard Furuseth hallvard@openldap.org Date: Tue Jan 27 06:10:57 2015 +0100
Fix EACCES description
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/lmdb.h | 16 +++++++++------- libraries/liblmdb/mdb.c | 2 ++ libraries/liblmdb/mtest.c | 12 +++++++----- libraries/liblmdb/mtest2.c | 13 +++++++------ libraries/liblmdb/mtest3.c | 12 ++++++------ libraries/liblmdb/mtest4.c | 12 ++++++------ libraries/liblmdb/mtest5.c | 12 ++++++------ libraries/liblmdb/mtest6.c | 9 +++++---- libraries/liblmdb/sample-mdb.txt | 4 ++-- 9 files changed, 50 insertions(+), 42 deletions(-)