]> git.sur5r.net Git - openldap/commit
ITS#7713 handle 65536 byte page size
authorHoward Chu <hyc@symas.com>
Mon, 7 Jul 2014 16:12:22 +0000 (09:12 -0700)
committerHoward Chu <hyc@symas.com>
Tue, 8 Jul 2014 00:31:15 +0000 (17:31 -0700)
commit68e6faad5c32293a5fdb1b7b7e99734f1cc1d1d1
treede036a845497e5b94d370023ae6739581184ee4d
parent534dcc721287cfe1051191a5cd7d3df6cf1dc409
ITS#7713 handle 65536 byte page size

Fix mp_lower/mp_upper to exclude PAGEHDRSZ, which means our
max mp_upper is now pagesize - PAGEHDRSZ and won't overflow.
Currently must define MDB_DEVEL to use. Will be default for
LMDB 1.0/OpenLDAP 2.5
libraries/liblmdb/mdb.c