mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
MDEV-10307 CAST(11068046444225730969 AS SIGNED) does not return a warning
This commit is contained in:
parent
447b8ba164
commit
8c8bee0a56
6 changed files with 44 additions and 1 deletions
|
|
@ -724,3 +724,9 @@ $$
|
|||
DELIMITER ;$$
|
||||
|
||||
SET sql_mode=DEFAULT;
|
||||
|
||||
--echo #
|
||||
--echo # MDEV-10307 CAST(11068046444225730969 AS SIGNED) does not return a warning
|
||||
--echo #
|
||||
|
||||
SELECT CAST(11068046444225730969 AS SIGNED);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue