Commit 852d1f8e authored by Sergei Golubchik's avatar Sergei Golubchik

compilation error with -Werror -Og

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