A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, mdb.RE/0.9 has been updated via 6f7dbb65a6e3b8e2133b35842be10478fc120957 (commit) via ab18b27d7b3b1fe0ce2ff4522a69d1b717074952 (commit) via c97f4ed1aef858ba352a7bfcc67532c774fd434f (commit) from 307a2e02cd2491057a2a8623305f09d92ea7f325 (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 6f7dbb65a6e3b8e2133b35842be10478fc120957 Author: Howard Chu hyc@openldap.org Date: Wed Jan 11 11:23:26 2017 +0000
ITS#8557
commit ab18b27d7b3b1fe0ce2ff4522a69d1b717074952 Author: Howard Chu hyc@openldap.org Date: Wed Jan 11 10:33:28 2017 +0000
Tweak cursor_next C_EOF check
Allow C_EOF flag to be stale
commit c97f4ed1aef858ba352a7bfcc67532c774fd434f Author: Howard Chu hyc@openldap.org Date: Wed Jan 11 09:51:43 2017 +0000
ITS#8557 fix mdb_cursor_last
Optimize mdb_page_search_root(PS_LAST) when cursor is already near last position, ignoring C_EOF flag for now.
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/CHANGES | 1 + libraries/liblmdb/mdb.c | 61 ++++++++++++++++++++++++++++++++------------- 2 files changed, 45 insertions(+), 17 deletions(-)