]> git.sur5r.net Git - openldap/commit
ITS#7772 Reduce spurious sub-page growth.
authorHallvard Furuseth <hallvard@openldap.org>
Sun, 29 Dec 2013 14:09:05 +0000 (15:09 +0100)
committerHallvard Furuseth <hallvard@openldap.org>
Sun, 29 Dec 2013 14:09:05 +0000 (15:09 +0100)
commit75494c08b49c3ef77dce8a00f2bc44c83658c1a7
treeb2a0b125b109779ee805400e0d08183e812dcb96
parent46de4ab84c57b417ca2faab38e341154a11d083c
ITS#7772 Reduce spurious sub-page growth.

mdb_cursor_put(): Use free sub-page space added by a
previous put(existing DUPSORT item), if any.
Tweak NUMKEYS code to avoid a new signedness warning.
libraries/liblmdb/mdb.c