Skip to content

Commit be1795a

Browse files
committed
ITS#8221 fix typos
1 parent bc7d3d9 commit be1795a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/liblmdb/mdb.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7690,10 +7690,10 @@ mdb_rebalance(MDB_cursor *mc)
76907690
indx_t oldki;
76917691

76927692
if (IS_BRANCH(mc->mc_pg[mc->mc_top])) {
7693-
minkeys = 1;
7693+
minkeys = 2;
76947694
thresh = 1;
76957695
} else {
7696-
minkeys = 2;
7696+
minkeys = 1;
76977697
thresh = FILL_THRESHOLD;
76987698
}
76997699
DPRINTF(("rebalancing %s page %"Z"u (has %u keys, %.1f%% full)",

0 commit comments

Comments
 (0)