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 4e954f8ae83d5b39736bab2da0eaf2bdf5ee3961 (commit) from aa3463ec7c5e979420b13c8f37caa377ed2c1cf1 (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 4e954f8ae83d5b39736bab2da0eaf2bdf5ee3961 Author: Hallvard Furuseth hallvard@openldap.org Date: Tue Jan 28 14:27:27 2014 +0100
ITS#7793 mdb_cursor_put(): Fix MDB_CURRENT.
Ignore key, broken by 5bda3565a9bfaa6cd54053faeafcc06da15bc00c and some older code. Document and clarify MDB_CURRENT usage.
Also affects non-MDB_CURRENT put() with empty data and a key which matches by the mdb_set_compare function but not by memcmp.
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/lmdb.h | 2 +- libraries/liblmdb/mdb.c | 19 ++++++++++++++----- 2 files changed, 15 insertions(+), 6 deletions(-)