mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +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];
|
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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user