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 4b58502c7767fd5f4e65a53de31b0ebaf6f9013c (commit) via 1fd0341f76db9fbfe2c70d73c51d6e2de154f4d5 (commit) via 7513bd4618959ded9cf8f7a9f7e58283a7671b6f (commit) from 1b6085cb9b0735a7442d9972b5beb0be241dbdfc (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 4b58502c7767fd5f4e65a53de31b0ebaf6f9013c Author: Hallvard Furuseth hallvard@openldap.org Date: Sun Jul 19 21:18:31 2015 +0200
ITS#8200 Fix mdb_midl_shrink() usage, return void
commit 1fd0341f76db9fbfe2c70d73c51d6e2de154f4d5 Author: Hallvard Furuseth hallvard@openldap.org Date: Sat Jul 11 21:01:40 2015 +0200
ITS#8181 Verify that records are/aren't DBs.
Except we don't catch the user passing F_SUBDATA to mdb_cursor_<put/del>, like an internal LMDB call.
commit 7513bd4618959ded9cf8f7a9f7e58283a7671b6f Author: Howard Chu hyc@openldap.org Date: Tue Jul 7 13:41:32 2015 +0100
ITS#8190 fix cursor EOF bug
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/lmdb.h | 14 +++++++++++--- libraries/liblmdb/mdb.c | 29 +++++++++++++++++++++-------- libraries/liblmdb/midl.c | 4 +--- libraries/liblmdb/midl.h | 3 +-- 4 files changed, 34 insertions(+), 16 deletions(-)