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 7a5a78ef0c1f8b8e6dfd9cb1aab97c6f1994c0b0 (commit) via 0c777dfc9949bb97e3897003e070bc61e569a63e (commit) from eddd9b753715765e5315b703ad9d3e3357dd00a9 (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 7a5a78ef0c1f8b8e6dfd9cb1aab97c6f1994c0b0 Author: Howard Chu hyc@openldap.org Date: Wed Nov 4 21:01:30 2015 +0000
ITS#8300 fix node_move
Don't adjust other cursors when we added a node on the right.
commit 0c777dfc9949bb97e3897003e070bc61e569a63e Author: Howard Chu hyc@openldap.org Date: Wed Nov 4 20:38:30 2015 +0000
ITS#8300 fix rebalance after node_move
ITS#8258, ITS#7829 fixes checked parent index to see if we were moving from a left neighbor. Should have just checked to see if current index was 0, meaning we added on the left. (Parent index may not tell us anything meaningful after a nested rebalance.)
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/mdb.c | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-)