]> git.ipfire.org Git - thirdparty/openldap.git/commit
Drop P_DIRTY, and MDB_WRITEMAP dirty/spill lists
authorHallvard Furuseth <hallvard@openldap.org>
Tue, 25 Jul 2017 19:27:36 +0000 (21:27 +0200)
committerHoward Chu <hyc@openldap.org>
Sat, 10 Oct 2020 11:59:16 +0000 (12:59 +0100)
commitadfa8f758adce1233e8a87bb52a0e41a7ab02c8b
tree7d532db42a6b72b5dfe5ee7f535411e5555bb8d7
parentf1db84d3322912949c0589cb834dd5d370f6a9e7
Drop P_DIRTY, and MDB_WRITEMAP dirty/spill lists

mt_workid = mt_txnid when WRITEMAP, so dirty pages == "spilled"
pages and mdb_page_flush() does nothing.
libraries/liblmdb/mdb.c