]> git.sur5r.net Git - openldap/commit
Delay touching pages until cursor is positioned.
authorHoward Chu <hyc@symas.com>
Thu, 11 Jul 2013 20:09:47 +0000 (22:09 +0200)
committerHoward Chu <hyc@symas.com>
Fri, 12 Jul 2013 20:17:04 +0000 (13:17 -0700)
commitd7bc4baf637dc1dd2afae1f67384fb6ff9b31bb4
tree1b743c43ec73d77252f11ea6c22f11e5faa7c863
parentc09db5757d4cac831bc2731476cca4a1d85d3368
Delay touching pages until cursor is positioned.

This avoids unnecessary rewrites of pages that do not change.
(Restructuring for upcoming mdb_page_spill work.)
libraries/liblmdb/mdb.c