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 5ea12b0be85ffe3be49692af90e24411c5b90655 (commit) via eb7bbed967cd2a54d90d997e3470d02262baadb2 (commit) from c4c7833d245fdc4b2ea4a1a459d7069ce3af87f5 (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 5ea12b0be85ffe3be49692af90e24411c5b90655 Author: Hallvard Furuseth hallvard@openldap.org Date: Sat Jun 25 07:57:04 2016 +0200
ITS#8209 MDB_CP_COMPACT: Handle empty or broken DB
Preserve DB flags (use metapage#1) when main DB is empty. Fail if metapage root != actual root in output file.
commit eb7bbed967cd2a54d90d997e3470d02262baadb2 Author: Hallvard Furuseth hallvard@openldap.org Date: Sat Jun 25 07:55:34 2016 +0200
ITS#8209 MDB_CP_COMPACT fixes
Handle errors. Fix cond_wait condition so mc_new is the sole control var. Drop specious cond_waits. Do not look at 'mo' while copythr writes it.
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/lmdb.h | 1 + libraries/liblmdb/mdb.c | 169 ++++++++++++++++++++++-------------------- libraries/liblmdb/mdb_copy.1 | 1 + 3 files changed, 92 insertions(+), 79 deletions(-)