Skip to content

Commit 2f4866e

Browse files
authored
Update btr0btr.cc
1 parent 9456f05 commit 2f4866e

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
@@ -3898,7 +3898,7 @@ btr_page_split_and_insert(
38983898
right_block = block;
38993899

39003900
lock_update_split_left(right_block, left_block);
3901-
} else {
3901+
} else {//FSP_UP situation
39023902
/* fputs("Split right\n", stderr); */
39033903

39043904
if (0

0 commit comments

Comments
 (0)