1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Merge branch '10.6' into 10.10

This commit is contained in:
Oleksandr Byelkin
2023-11-08 16:22:42 +01:00
537 changed files with 11985 additions and 7628 deletions

View File

@ -5304,6 +5304,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
{