From 30711c6650fc7e2f166f29d0bc59eeab64dadb3e Mon Sep 17 00:00:00 2001 From: Alexander Barkov Date: Fri, 25 Sep 2015 21:33:50 +0400 Subject: MDEV-8806 Numeric CAST produce different warnings for strings literals vs functions --- mysql-test/r/subselect_sj.result | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mysql-test/r/subselect_sj.result') diff --git a/mysql-test/r/subselect_sj.result b/mysql-test/r/subselect_sj.result index a937cc960f3..d8b5ffaf330 100644 --- a/mysql-test/r/subselect_sj.result +++ b/mysql-test/r/subselect_sj.result @@ -2094,6 +2094,9 @@ f1 f2 f3 f3 4 0 0 0 4 0 0 0 0 NULL NULL NULL +Warnings: +Warning 1292 Truncated incorrect DOUBLE value: 'foo' +Warning 1292 Truncated incorrect DOUBLE value: 'foo' DROP TABLE t1, t2, t3, t4; set @tmp803457=@@optimizer_switch; # -- cgit v1.2.1