Skip to content

Commit b930a19

Browse files
committed
Merge 10.5 into 10.6
2 parents d346763 + d2ddf82 commit b930a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/innobase/row/row0mysql.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4536,7 +4536,7 @@ row_rename_table_for_mysql(
45364536

45374537
if (table != NULL) {
45384538
if (commit && !table->is_temporary()) {
4539-
table->stats_bg_flag &= ~BG_STAT_SHOULD_QUIT;
4539+
table->stats_bg_flag &= byte(~BG_STAT_SHOULD_QUIT);
45404540
}
45414541
dict_table_close(table, dict_locked, FALSE);
45424542
}

0 commit comments

Comments
 (0)