mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-09 08:23:35 -05:00
fix prev commit
This commit is contained in:
parent
0cccf79a02
commit
92fc932f21
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue