mirror of
https://github.com/MariaDB/server.git
synced 2025-07-21 23:50:01 +00:00
Merge branch '11.4' into 11.5
This commit is contained in:
@ -45,7 +45,7 @@ public:
|
||||
{
|
||||
return mark_unsupported_function(func_name(), "()", arg, VCOL_NON_DETERMINISTIC);
|
||||
}
|
||||
Item *get_copy(THD *thd) override
|
||||
Item *do_get_copy(THD *thd) const override
|
||||
{ return get_item_copy<Item_func_sys_guid>(thd, this); }
|
||||
};
|
||||
|
||||
@ -74,7 +74,7 @@ public:
|
||||
DBUG_ASSERT(fixed());
|
||||
return UUIDv1::construct_native(to);
|
||||
}
|
||||
Item *get_copy(THD *thd) override
|
||||
Item *do_get_copy(THD *thd) const override
|
||||
{ return get_item_copy<Item_func_uuid>(thd, this); }
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user