]> git.sur5r.net Git - openldap/commit
More for ITS#7620 Fix mdb_ovpage_free().
authorHallvard Furuseth <hallvard@openldap.org>
Thu, 13 Jun 2013 06:25:25 +0000 (08:25 +0200)
committerHallvard Furuseth <hallvard@openldap.org>
Thu, 13 Jun 2013 06:25:25 +0000 (08:25 +0200)
commitc37a11a424b79f1601b2426c5802ea309d7799e2
tree02e1b180d3c5f56dcfa24baece080ca2186794f8
parent2d0b362b6f2b1247eb693008a39efaf341f15e82
More for ITS#7620 Fix mdb_ovpage_free().

Do not binary-search dirty_list, it is unsorted when MDB_WRITEMAP.
Catch errors. In nested txns, put the page in mt_free_pgs after
all since pages dirty in a parent txn would add complexities.
libraries/liblmdb/mdb.c