Loading innobase/btr/btr0cur.c +8 −4 Original line number Diff line number Diff line Loading @@ -577,12 +577,12 @@ btr_cur_open_at_index_side( page_cur_set_after_last(page, page_cursor); } if (height == 0) { if (estimate) { btr_cur_add_path_info(cursor, height, root_height); btr_cur_add_path_info(cursor, height, root_height); } if (height == 0) { break; } Loading @@ -594,6 +594,10 @@ btr_cur_open_at_index_side( page_cur_move_to_prev(page_cursor); } if (estimate) { btr_cur_add_path_info(cursor, height, root_height); } height--; node_ptr = page_cur_get_rec(page_cursor); Loading Loading
innobase/btr/btr0cur.c +8 −4 Original line number Diff line number Diff line Loading @@ -577,12 +577,12 @@ btr_cur_open_at_index_side( page_cur_set_after_last(page, page_cursor); } if (height == 0) { if (estimate) { btr_cur_add_path_info(cursor, height, root_height); btr_cur_add_path_info(cursor, height, root_height); } if (height == 0) { break; } Loading @@ -594,6 +594,10 @@ btr_cur_open_at_index_side( page_cur_move_to_prev(page_cursor); } if (estimate) { btr_cur_add_path_info(cursor, height, root_height); } height--; node_ptr = page_cur_get_rec(page_cursor); Loading