mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 10.3 into 10.4
This commit is contained in:
@@ -1277,3 +1277,9 @@ END;
|
||||
$$
|
||||
ERROR 22007: Truncated incorrect CHAR(1) value: '10:20:30'
|
||||
SET sql_mode=DEFAULT;
|
||||
#
|
||||
# MDEV-10307 CAST(11068046444225730969 AS SIGNED) does not return a warning
|
||||
#
|
||||
SELECT CAST(11068046444225730969 AS SIGNED);
|
||||
CAST(11068046444225730969 AS SIGNED)
|
||||
-7378697629483820647
|
||||
|
Reference in New Issue
Block a user