btr0cur.c:

Fix typo in earlier commit


innobase/btr/btr0cur.c:
  Fix typo in earlier commit
This commit is contained in:
unknown 2002-10-16 00:05:15 +03:00
parent 09ab0dded2
commit b95b51e53a

View File

@ -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;
}
}