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 e339fced30e99a6971a949dd6f1349c70b636a6e (commit) via 9fc7c94aeb092676b16e9849993458d6e98cb5ea (commit) via af45cf3a04bc86d17c879e944d367661a6d34aaf (commit) from 4359ffe08f3ced5a9e1fdd1e89cbccd5addbb5c6 (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 e339fced30e99a6971a949dd6f1349c70b636a6e Author: Howard Chu hyc@openldap.org Date: Wed Nov 4 21:03:22 2015 +0000
ITS#8300
commit 9fc7c94aeb092676b16e9849993458d6e98cb5ea 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 af45cf3a04bc86d17c879e944d367661a6d34aaf 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/CHANGES | 1 + libraries/liblmdb/mdb.c | 26 +++++++++++++++----------- 2 files changed, 16 insertions(+), 11 deletions(-)