mirror of
https://github.com/MariaDB/server.git
synced 2025-08-30 11:22:14 +03:00
btr0cur.c:
Fix typo in earlier commit innobase/btr/btr0cur.c: Fix typo in earlier commit
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user