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

MDEV-8919 Wrong result for CAST(9999999999999999999.0)

This commit is contained in:
Alexander Barkov
2019-05-17 08:08:11 +04:00
parent cacdcfd0e4
commit d682dc2e70
9 changed files with 276 additions and 71 deletions

View File

@ -5199,6 +5199,7 @@ public:
int Item_save_in_field(Item *item, Field *field, bool no_conversions) const;
String *print_item_value(THD *thd, Item *item, String *str) const;
Item_cache *Item_get_cache(THD *thd, const Item *item) const;
longlong Item_val_int_unsigned_typecast(Item *item) const;
bool Item_hybrid_func_fix_attributes(THD *thd,
const char *name,
Type_handler_hybrid_field_type *,