]> git.sur5r.net Git - openldap/commit
Fix rebalance/cursor adjust
authorHoward Chu <hyc@symas.com>
Wed, 10 Jul 2013 18:03:51 +0000 (11:03 -0700)
committerHoward Chu <hyc@symas.com>
Wed, 10 Jul 2013 18:04:37 +0000 (11:04 -0700)
commitb711c07f3432d104612fd3186a22dab6f2369570
treef0af29101ff54def7e7f89ce4a2c53cab1303e28
parentf81eb631ffec43b53d051664cf7e8a62852f4693
Fix rebalance/cursor adjust

When collapsing root, must also move cursor index down,
not just the page pointer.

Also in mtest, break from NEXT loops on error, otherwise it just
prints the previous key/data again, which looks confusing.
libraries/liblmdb/mdb.c
libraries/liblmdb/mtest.c