mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
MDEV-10307 CAST(11068046444225730969 AS SIGNED) does not return a warning
This commit is contained in:
@ -3380,7 +3380,7 @@ longlong Type_handler_real_result::
|
||||
longlong Type_handler_int_result::
|
||||
Item_val_int_signed_typecast(Item *item) const
|
||||
{
|
||||
return item->val_int();
|
||||
return item->val_int_signed_typecast_from_int();
|
||||
}
|
||||
|
||||
longlong Type_handler_decimal_result::
|
||||
|
Reference in New Issue
Block a user