mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge branch '10.5' into 10.6
This commit is contained in:
@ -5320,6 +5320,12 @@ public:
|
||||
return type_limits_int()->char_length();
|
||||
}
|
||||
uint32 Item_decimal_notation_int_digits(const Item *item) const override;
|
||||
bool Item_hybrid_func_fix_attributes(THD *thd,
|
||||
const LEX_CSTRING &name,
|
||||
Type_handler_hybrid_field_type *,
|
||||
Type_all_attributes *atrr,
|
||||
Item **items,
|
||||
uint nitems) const override;
|
||||
bool partition_field_check(const LEX_CSTRING &, Item *item_expr)
|
||||
const override
|
||||
{
|
||||
|
Reference in New Issue
Block a user