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 b37b2a651ff2df3824d3f403538627983d5b81d1 (commit) via ba8f59edf42ff700bebf65e7e30e3d1f0101b326 (commit) via ac158c7e1e1a86b13eb7c0d2b14169c0e43e6198 (commit) via d170df58fbd5ab2e99783f945f0d86d3d3749296 (commit) via 92c01ffda80fe2224391b46b9be12eeb449456bf (commit) via 83676dc0f0c77b4de4fd5e942a50038f5c5ba17a (commit) via 2f33effcdc4f21fec8da9921044de0d124709e80 (commit) from 4b9aed26a5b1c0027b10d211c6e7270dbb1ade1c (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 b37b2a651ff2df3824d3f403538627983d5b81d1 Author: Hallvard Furuseth hallvard@openldap.org Date: Fri May 30 09:06:08 2014 +0200
Factor out MDB_TXN_ERROR
commit ba8f59edf42ff700bebf65e7e30e3d1f0101b326 Author: Hallvard Furuseth hallvard@openldap.org Date: Fri May 30 09:06:08 2014 +0200
Simplify MDB_MULTIPLE
commit ac158c7e1e1a86b13eb7c0d2b14169c0e43e6198 Author: Hallvard Furuseth hallvard@openldap.org Date: Fri May 30 09:06:08 2014 +0200
ITS#7834 Fix MDB_MULTIPLE writing multiple keys.
Update the state before looping, so the key is not duplicated. Broke in 4c8f57615c5ca7b014c038e59c1045182e74f5ad (mostly).
commit d170df58fbd5ab2e99783f945f0d86d3d3749296 Author: Hallvard Furuseth hallvard@openldap.org Date: Fri May 30 09:06:08 2014 +0200
ITS#7861 Re-fix MDB_db.md_entries.
mdb_cursor_del(): Fix md_entries with MDB_NODUPDATA. mdb_cursor_put(): Check in xcursor whether an item got inserted. Count data instead of keys after 13d6d59c512065db3741c20c65b4d9928b986968.
commit 92c01ffda80fe2224391b46b9be12eeb449456bf Author: Hallvard Furuseth hallvard@openldap.org Date: Fri May 30 09:06:08 2014 +0200
ITS#7771 mdb_cursor_put doc: Cursor moves on error
commit 83676dc0f0c77b4de4fd5e942a50038f5c5ba17a Author: Hallvard Furuseth hallvard@openldap.org Date: Fri May 30 09:06:08 2014 +0200
Document DBI issues, extend MDB_BAD_VALSIZE.
commit 2f33effcdc4f21fec8da9921044de0d124709e80 Author: Hallvard Furuseth hallvard@openldap.org Date: Fri May 30 09:06:08 2014 +0200
More ITS#7793 Check key->mv_size with MDB_CURRENT.
Since non-NULL key must be provided now.
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/lmdb.h | 27 ++++++++++++----- libraries/liblmdb/mdb.c | 74 ++++++++++++++++++++++++---------------------- 2 files changed, 58 insertions(+), 43 deletions(-)