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:
@ -4269,7 +4269,7 @@ err:
|
||||
if (free_join)
|
||||
{
|
||||
THD_STAGE_INFO(thd, stage_end);
|
||||
err|= select_lex->cleanup();
|
||||
err|= (int)(select_lex->cleanup());
|
||||
DBUG_RETURN(err || thd->is_error());
|
||||
}
|
||||
DBUG_RETURN(join->error ? join->error: err);
|
||||
|
Reference in New Issue
Block a user