We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d182149 commit a1d7701Copy full SHA for a1d7701
mysql-5.6.26/storage/innobase/btr/btr0btr.cc
@@ -3420,7 +3420,7 @@ btr_page_redistribute_before_split(
3420
page_cur_t page_cursor;
3421
page_cur_set_after_last(merge_block, &prev_page_cursor);
3422
page_cur_set_before_first(block, &page_cursor);
3423
-
+ // if not reorganize, there is some error about current cursor
3424
btr_page_reorganize(&prev_page_cursor, cursor->index, mtr);
3425
btr_page_reorganize(&page_cursor, cursor->index, mtr);
3426
0 commit comments