]> git.ipfire.org Git - thirdparty/openldap.git/commit
Drop unnecessary searches in the 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:58:25 +0000 (12:58 +0100)
commit3b55853fe0563bf1f49c84bf1a49e6b324472d5f
treeac3c4a4056613ab8aef4f5616b4fa0d9a5c5fa5c
parent34461da97b4dc43394844a2299e9452c07cfd8f2
Drop unnecessary searches in the spill lists

Check with IS_MUTABLE() if an MDB_page is spilled, instead of
searching spill lists.  When unspilling, skip parent spill lists.
libraries/liblmdb/mdb.c