btr0cur.c:
Fix typo in earlier commit innobase/btr/btr0cur.c: Fix typo in earlier commit
This commit is contained in:
parent
09ab0dded2
commit
b95b51e53a
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user