Commit b930a190 authored by Marko Mäkelä's avatar Marko Mäkelä

Merge 10.5 into 10.6

parents d3467634 d2ddf82a
...@@ -4536,7 +4536,7 @@ row_rename_table_for_mysql( ...@@ -4536,7 +4536,7 @@ row_rename_table_for_mysql(
if (table != NULL) { if (table != NULL) {
if (commit && !table->is_temporary()) { if (commit && !table->is_temporary()) {
table->stats_bg_flag &= ~BG_STAT_SHOULD_QUIT; table->stats_bg_flag &= byte(~BG_STAT_SHOULD_QUIT);
} }
dict_table_close(table, dict_locked, FALSE); dict_table_close(table, dict_locked, FALSE);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment