Commit 5803bb2f authored by unknown's avatar unknown

btr0cur.c:

  Fix typo in earlier commit


innobase/btr/btr0cur.c:
  Fix typo in earlier commit
parent 632dae71
......@@ -2624,7 +2624,7 @@ btr_estimate_n_rows_in_range(
then we estimate all rows are in the range */
if (n_rows == 0) {
n_rows = index->table->stat_n_rows / 2;
n_rows = index->table->stat_n_rows;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment