Merge branch '10.4' into 10.5

This commit is contained in:
Oleksandr Byelkin 2022-08-03 07:12:27 +02:00
commit af143474d8
73 changed files with 665 additions and 633 deletions

View file

@ -1975,8 +1975,7 @@ public:
void cleanup() { first_eval= TRUE; Item_real_func::cleanup(); }
bool check_vcol_func_processor(void *arg)
{
return mark_unsupported_function(func_name(), "()", arg,
VCOL_NON_DETERMINISTIC);
return mark_unsupported_function(func_name(), "()", arg, VCOL_SESSION_FUNC);
}
Item *get_copy(THD *thd)
{ return get_item_copy<Item_func_rand>(thd, this); }