]> git.sur5r.net Git - openldap/commit
Fix mdb_rebalance
authorHoward Chu <hyc@symas.com>
Mon, 15 Apr 2013 06:59:54 +0000 (23:59 -0700)
committerHoward Chu <hyc@symas.com>
Mon, 15 Apr 2013 06:59:54 +0000 (23:59 -0700)
commit0cccf79a0284b05655ea07c3f4d66cb4d6b653d8
treee865408b4befe8b39aae4a9e5eb863412200b4a8
parent14c5a5dff19ce98ed227dc7e70a93ed5b1074577
Fix mdb_rebalance

Need to check NUMKEYS as well as fill threshold, when deciding
whether to change anything. Don't let the page drop below the
minimum number of keys.
libraries/liblmdb/mdb.c