mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Start preprocessor directive from column 1.
This commit is contained in:
@@ -3248,7 +3248,7 @@ btr_estimate_n_rows_in_range_on_level(
|
||||
performance with this code which is just an estimation. If we read
|
||||
this many pages before reaching slot2->page_no then we estimate the
|
||||
average from the pages scanned so far */
|
||||
#define N_PAGES_READ_LIMIT 10
|
||||
# define N_PAGES_READ_LIMIT 10
|
||||
|
||||
page_no = slot1->page_no;
|
||||
level = slot1->page_level;
|
||||
|
||||
Reference in New Issue
Block a user