]> git.sur5r.net Git - openldap/commit
Fix mdb_page_split - nested split
authorHoward Chu <hyc@symas.com>
Tue, 14 May 2013 23:57:50 +0000 (16:57 -0700)
committerHoward Chu <hyc@symas.com>
Tue, 14 May 2013 23:57:50 +0000 (16:57 -0700)
commit7233bc295bb3e40b2758158ae2de6f42516962f8
tree075b65c5d2bcffbf04963de50cdc11941b1393c3
parent1105aa35ba46f811ebfddb7e5790c3d9e90000e6
Fix mdb_page_split - nested split

If updating a page's separator triggers a split in its parent,
we may have missed adjusting the parent's cursor position.
libraries/liblmdb/mdb.c