]> git.sur5r.net Git - openldap/commit
ITS#7515 Fix nested txn touch of subpage/ovpage.
authorHallvard Furuseth <hallvard@openldap.org>
Mon, 20 May 2013 21:12:52 +0000 (23:12 +0200)
committerHallvard Furuseth <hallvard@openldap.org>
Mon, 20 May 2013 21:12:52 +0000 (23:12 +0200)
commita2ce25482a60e516d1d9b417ed666dac6fdebb93
treecd90b5ec5df96b0bdd8d3a5d5168b405bfa52982
parent5bdf2aae6ee0c8bdcd6a7759bd098d6531c668a0
ITS#7515 Fix nested txn touch of subpage/ovpage.

mdb_page_touch(): Don't touch a subpage, replacing with non-subpage.
mdb_cursor_put(): Don't overwrite ancestor txn's dirty overflow page.
libraries/liblmdb/mdb.c