Commit 171135ab authored by Marko Mäkelä's avatar Marko Mäkelä

Start preprocessor directive from column 1.

parent e31620a9
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment