mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
MDEV-8806 Numeric CAST produce different warnings for strings literals vs functions
This commit is contained in:
@@ -295,6 +295,8 @@ INSERT INTO t1 VALUES ('', 0);
|
||||
SELECT COALESCE(a) = COALESCE(b) FROM t1;
|
||||
COALESCE(a) = COALESCE(b)
|
||||
1
|
||||
Warnings:
|
||||
Warning 1292 Truncated incorrect DOUBLE value: ''
|
||||
DROP TABLE t1;
|
||||
#
|
||||
# Bug #54461: crash with longblob and union or update with subquery
|
||||
|
||||
Reference in New Issue
Block a user