btr0cur.c:

  Fix typo in earlier commit
parent 3652fe78
...@@ -2624,7 +2624,7 @@ btr_estimate_n_rows_in_range( ...@@ -2624,7 +2624,7 @@ btr_estimate_n_rows_in_range(
then we estimate all rows are in the range */ then we estimate all rows are in the range */
if (n_rows == 0) { 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