compilation error with -Werror -Og

This commit is contained in:
Sergei Golubchik 2021-05-20 16:05:52 +02:00
parent d8127ff76e
commit 852d1f8eb9

View File

@ -579,7 +579,7 @@ static bool mysql_admin_table(THD* thd, TABLE_LIST* tables,
uchar tabledef_version_buff[MY_UUID_SIZE];
const char *db= table->db.str;
bool fatal_error=0;
bool open_error;
bool open_error= 0;
bool collect_eis= FALSE;
bool open_for_modify= org_open_for_modify;