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 5adc46d1d209237618e8f6a22cf0b1562a729fed (commit) via 661dd2c66d114a059075b5e771b9ac25c4cba5b9 (commit) via 75494c08b49c3ef77dce8a00f2bc44c83658c1a7 (commit) via 46de4ab84c57b417ca2faab38e341154a11d083c (commit) via 353cc77cffa46113849cb9d74cf882d6b0ddb24a (commit) via c91f38160cdd2238d46bb0f3a307eb1d807cad41 (commit) from 4c8f57615c5ca7b014c038e59c1045182e74f5ad (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 5adc46d1d209237618e8f6a22cf0b1562a729fed Author: Hallvard Furuseth hallvard@openldap.org Date: Sun Dec 29 15:57:33 2013 +0100
sprintf format: pid_t need not be an int.
commit 661dd2c66d114a059075b5e771b9ac25c4cba5b9 Author: Hallvard Furuseth hallvard@openldap.org Date: Sun Dec 29 15:09:51 2013 +0100
Add mdb_dbg_pgno(): (sub)pagenum for debug output.
commit 75494c08b49c3ef77dce8a00f2bc44c83658c1a7 Author: Hallvard Furuseth hallvard@openldap.org Date: Sun Dec 29 15:09:05 2013 +0100
ITS#7772 Reduce spurious sub-page growth.
mdb_cursor_put(): Use free sub-page space added by a previous put(existing DUPSORT item), if any. Tweak NUMKEYS code to avoid a new signedness warning.
commit 46de4ab84c57b417ca2faab38e341154a11d083c Author: Hallvard Furuseth hallvard@openldap.org Date: Sun Dec 29 14:54:17 2013 +0100
ITS#7665 Drop lmdb.h doc on non-overlapping flags.
It was inaccurate and misplaced. Verify it in mdb.c instead.
commit 353cc77cffa46113849cb9d74cf882d6b0ddb24a Author: Hallvard Furuseth hallvard@openldap.org Date: Sun Dec 29 14:52:30 2013 +0100
ITS#7515 has been fixed.
commit c91f38160cdd2238d46bb0f3a307eb1d807cad41 Author: Hallvard Furuseth hallvard@openldap.org Date: Sun Dec 29 14:52:30 2013 +0100
Drop UNLOCK_MUTEX_R() on mdb_reader_pid() error
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/CHANGES | 2 +- libraries/liblmdb/lmdb.h | 4 -- libraries/liblmdb/mdb.c | 94 +++++++++++++++++++------------------------- 3 files changed, 42 insertions(+), 58 deletions(-)