1
0
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:
Marko Mäkelä
2010-11-01 10:49:28 +02:00
parent a576cd5cfb
commit e5ad4e2055

View File

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