mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-13 14:27:59 +08:00
fix prev commit
This commit is contained in:
parent
0cccf79a02
commit
92fc932f21
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user