]> git.ipfire.org Git - thirdparty/openldap.git/commit
Skip unnecessary mdb_page_get()s when spilling
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:11 +0000 (12:58 +0100)
commit34461da97b4dc43394844a2299e9452c07cfd8f2
tree71c07dfe14b006eba9dd808586315d9c546d4da0
parent6dd5a4d7f6ba65047508a9de808b8e8adddd8d39
Skip unnecessary mdb_page_get()s when spilling

Do not bring in pages merely to see if they should be skipped.
libraries/liblmdb/mdb.c