Skip to content

Commit a1d7701

Browse files
authored
Update btr0btr.cc
<Comment> add comment about debugging code
1 parent d182149 commit a1d7701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql-5.6.26/storage/innobase/btr/btr0btr.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3420,7 +3420,7 @@ btr_page_redistribute_before_split(
34203420
page_cur_t page_cursor;
34213421
page_cur_set_after_last(merge_block, &prev_page_cursor);
34223422
page_cur_set_before_first(block, &page_cursor);
3423-
3423+
// if not reorganize, there is some error about current cursor
34243424
btr_page_reorganize(&prev_page_cursor, cursor->index, mtr);
34253425
btr_page_reorganize(&page_cursor, cursor->index, mtr);
34263426

0 commit comments

Comments
 (0)