mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
compilation error with -Werror -Og
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user