mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-8806 Numeric CAST produce different warnings for strings literals vs functions
This commit is contained in:
@ -32,7 +32,7 @@ bool mysql_do(THD *thd, List<Item> &values)
|
||||
if (setup_fields(thd, 0, values, MARK_COLUMNS_NONE, 0, 0))
|
||||
DBUG_RETURN(TRUE);
|
||||
while ((value = li++))
|
||||
value->val_int();
|
||||
(void) value->is_null();
|
||||
free_underlaid_joins(thd, &thd->lex->select_lex);
|
||||
|
||||
if (thd->is_error())
|
||||
|
Reference in New Issue
Block a user