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

After-merge fix: GCC -Wconversion

parent a5d3c1c8
......@@ -4670,7 +4670,7 @@ row_rename_table_for_mysql(
if (table != NULL) {
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);
}
......
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