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 27f6160db48ac77455bba5d22d571a9eef1bc1c0 (commit) via dda2ac0a1b1d7e9399b85817bc98f277287f6f23 (commit) via b46fc3e438d8085d5e5fc7d558c0002ee1e2753c (commit) via f9cdc4f03289a63d74ef218c6d71b5a2cfd61c02 (commit) via 0820431975cb2b8083d8671111743c65970977e5 (commit) via 798f020c599310214f4c091beeab56f7e730f3d6 (commit) from ad8488cfac644d7a289e428ab3c403c859d844cb (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 27f6160db48ac77455bba5d22d571a9eef1bc1c0 Author: Howard Chu hyc@openldap.org Date: Wed May 4 10:47:32 2016 +0100
RE 0.9.19
commit dda2ac0a1b1d7e9399b85817bc98f277287f6f23 Author: Howard Chu hyc@openldap.org Date: Tue Apr 26 12:52:21 2016 +0100
ITS#8412 fix NEXT_DUP after cursor_del
commit b46fc3e438d8085d5e5fc7d558c0002ee1e2753c Author: Howard Chu hyc@openldap.org Date: Mon Apr 18 18:07:56 2016 +0100
ITS#8406 fix xcursors after cursor_del
Don't leave them uninit'd if they now point at a valid DUP node
commit f9cdc4f03289a63d74ef218c6d71b5a2cfd61c02 Author: Howard Chu hyc@openldap.org Date: Sat Apr 9 20:42:45 2016 +0100
mdb_drop optimization
If we know there are no sub-DBs and no overflow pages, skip leaf scan.
commit 0820431975cb2b8083d8671111743c65970977e5 Author: Howard Chu hyc@openldap.org Date: Mon Mar 28 01:35:56 2016 +0100
ITS#8393 fix MDB_GET_BOTH on non-dup record
commit 798f020c599310214f4c091beeab56f7e730f3d6 Author: Howard Chu hyc@openldap.org Date: Mon Feb 15 00:07:04 2016 +0000
Tweak Win32 errmsg buffer
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/CHANGES | 7 +++++ libraries/liblmdb/mdb.c | 73 ++++++++++++++++++++++++++------------------- 2 files changed, 49 insertions(+), 31 deletions(-)