mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge remote-tracking branch 'origin/10.4' into 10.5
This commit is contained in:
@ -59,7 +59,8 @@ bool fix_fields_for_tvc(THD *thd, List_iterator_fast<List_item> &li)
|
||||
while replacing their values to NAME_CONST()s.
|
||||
So fix only those that have not been.
|
||||
*/
|
||||
if (item->fix_fields_if_needed(thd, 0))
|
||||
if (item->fix_fields_if_needed(thd, 0) ||
|
||||
item->check_is_evaluable_expression_or_error())
|
||||
DBUG_RETURN(true);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user