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 65e95ffccf512dd1514083bd5768f1595560eb53 (commit) via d78c80d902e3b508b6d118c975a6c6a8d9782f40 (commit) via 1fb0822b408931f7e0d7d0a868b833a89c83b27f (commit) from c0ff9a267ae2a943c99452fae0159d77deb46562 (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 65e95ffccf512dd1514083bd5768f1595560eb53 Author: Hallvard Furuseth hallvard@openldap.org Date: Sat Dec 10 22:00:31 2016 +0100
ITS#7377 Catch mdb_cursor_sibling() error
commit d78c80d902e3b508b6d118c975a6c6a8d9782f40 Author: Hallvard Furuseth hallvard@openldap.org Date: Sat Dec 10 21:42:39 2016 +0100
Clean up and comment C_UNTRACK
Don't use it as a "cursor is tracked" hint in mdb_pages_xkeep(). It's been harmless so far, but would break after mdb_cursor_copy(). Checking m0 directly short-circuits better anyway.
commit 1fb0822b408931f7e0d7d0a868b833a89c83b27f Author: Hallvard Furuseth hallvard@openldap.org Date: Sat Dec 10 21:11:12 2016 +0100
ITS#8355 cleanup
Drop ~C_EOF, pointless after 8c215aa970215a58ee0df458813c0405ad27a6e9
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/mdb.c | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-)