ITS#8221 fix typos

vl32b
Howard Chu 9 years ago
parent 2247507bb8
commit 3cbbe3a0d8
  1. 4
      libraries/liblmdb/mdb.c

@ -7892,10 +7892,10 @@ mdb_rebalance(MDB_cursor *mc)
indx_t oldki; indx_t oldki;
if (IS_BRANCH(mc->mc_pg[mc->mc_top])) { if (IS_BRANCH(mc->mc_pg[mc->mc_top])) {
minkeys = 1; minkeys = 2;
thresh = 1; thresh = 1;
} else { } else {
minkeys = 2; minkeys = 1;
thresh = FILL_THRESHOLD; thresh = FILL_THRESHOLD;
} }
DPRINTF(("rebalancing %s page %"Z"u (has %u keys, %.1f%% full)", DPRINTF(("rebalancing %s page %"Z"u (has %u keys, %.1f%% full)",

Loading…
Cancel
Save