projects
/
platform
/
upstream
/
lmdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cccf79
)
fix prev commit
author
Howard Chu
<hyc@openldap.org>
Mon, 15 Apr 2013 16:30:39 +0000
(09:30 -0700)
committer
Howard Chu
<hyc@openldap.org>
Mon, 15 Apr 2013 16:30:39 +0000
(09:30 -0700)
libraries/liblmdb/mdb.c
patch
|
blob
|
history
diff --git
a/libraries/liblmdb/mdb.c
b/libraries/liblmdb/mdb.c
index ca669f2555f8dc486df7515b42ed78f7da6850d2..ad2cec29ec57af523def4bec64e3bb93e2c073f5 100644
(file)
--- a/
libraries/liblmdb/mdb.c
+++ b/
libraries/liblmdb/mdb.c
@@
-6307,7
+6307,7
@@
mdb_rebalance(MDB_cursor *mc)
#endif
if (PAGEFILL(mc->mc_txn->mt_env, mc->mc_pg[mc->mc_top]) >= FILL_THRESHOLD &&
- NUMKEYS(mc->mc_pg[mc->mc_top]
>= minkeys)
) {
+ NUMKEYS(mc->mc_pg[mc->mc_top]
) >= minkeys
) {
#if MDB_DEBUG
pgno_t pgno;
COPY_PGNO(pgno, mc->mc_pg[mc->mc_top]->mp_pgno);