]> git.sur5r.net Git - openldap/commit
ITS#7515 Fix mt_dirty_room in nested txns.
authorHallvard Furuseth <hallvard@openldap.org>
Mon, 23 Sep 2013 18:13:27 +0000 (20:13 +0200)
committerHallvard Furuseth <hallvard@openldap.org>
Mon, 23 Sep 2013 18:13:27 +0000 (20:13 +0200)
commitbc48a40621ee26f15503dbd16321c972648b4769
treee735dc48ebc6c2a8f95e77f7644c96a2bc6c9236
parentcfe262dce9a0be4791db4720aa308d5a6ecb8888
ITS#7515 Fix mt_dirty_room in nested txns.

Fix description & code: Also ignore dirty pages hidden by
spilled pages, as they won't merge into our dirty_list.
Update it in mdb_page_flush() instead of mdb_page_spill().
libraries/liblmdb/mdb.c