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 91fc43f17cec8ffa05a5c841831df1cfa0511469 (commit) via 62aabaa4aa8d3abcc345a85ff004baaa663bab57 (commit) via 45e405528b0dc1dacdabcb6675bfa70432cd6b43 (commit) from 749633e48a80bfa6f5ca297769b6b9ff65ad3365 (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 91fc43f17cec8ffa05a5c841831df1cfa0511469 Author: Hallvard Furuseth hallvard@openldap.org Date: Sat Jul 11 21:10:33 2015 +0200
Factor me_metas[toggle] out to mdb_env_pick_meta()
commit 62aabaa4aa8d3abcc345a85ff004baaa663bab57 Author: Hallvard Furuseth hallvard@openldap.org Date: Sat Jul 11 21:09:36 2015 +0200
Simpler mdb_node_add()
commit 45e405528b0dc1dacdabcb6675bfa70432cd6b43 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.
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/lmdb.h | 14 +++++-- libraries/liblmdb/mdb.c | 91 ++++++++++++++++++++++++++-------------------- 2 files changed, 63 insertions(+), 42 deletions(-)