]> git.sur5r.net Git - openldap/commitdiff
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)
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.


No differences found