mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Windows : reenable warning C4805 (unsafe mix of types in bool operations)
This commit is contained in:
@ -1653,7 +1653,7 @@ bool mysql_opt_change_db(THD *thd,
|
||||
|
||||
bool mysql_upgrade_db(THD *thd, const LEX_CSTRING *old_db)
|
||||
{
|
||||
int error= 0, change_to_newdb= 0;
|
||||
bool error= 0, change_to_newdb= 0;
|
||||
char path[FN_REFLEN+16];
|
||||
uint length;
|
||||
Schema_specification_st create_info;
|
||||
|
Reference in New Issue
Block a user