mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Windows : reenable warning C4805 (unsafe mix of types in bool operations)
This commit is contained in:
@ -4964,7 +4964,7 @@ end_with_restore_list:
|
||||
SELECT_NO_JOIN_CACHE | SELECT_NO_UNLOCK |
|
||||
OPTION_SETUP_TABLES_DONE) & ~OPTION_BUFFER_RESULT,
|
||||
result, unit, select_lex);
|
||||
res|= thd->is_error();
|
||||
res|= (int)(thd->is_error());
|
||||
|
||||
MYSQL_MULTI_DELETE_DONE(res, result->num_deleted());
|
||||
if (res)
|
||||
|
Reference in New Issue
Block a user