diff options
author | Alexander Barkov <bar@mariadb.org> | 2015-09-28 12:51:02 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.org> | 2015-09-28 12:51:02 +0400 |
commit | 3cc6e5b7f235cc8ca9c274f848702cdc0ea14ed9 (patch) | |
tree | 1361a6ec9e671785fc47059aec09aeabf8e7b997 /mysql-test/r/gis.result | |
parent | 54db387410b2a4f2bd6a1eacd5979a974b4f5389 (diff) | |
download | mariadb-git-3cc6e5b7f235cc8ca9c274f848702cdc0ea14ed9.tar.gz |
MDEV-8852 Implicit or explicit CAST from MAX(string) to INT,DOUBLE,DECIMAL does not produce warnings
Diffstat (limited to 'mysql-test/r/gis.result')
-rw-r--r-- | mysql-test/r/gis.result | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/r/gis.result b/mysql-test/r/gis.result index 9e337f6b5aa..69a14b20787 100644 --- a/mysql-test/r/gis.result +++ b/mysql-test/r/gis.result @@ -1661,6 +1661,9 @@ INSERT INTO g1 VALUES ('a'),('a'); SELECT 1 FROM g1 WHERE a >= ANY (SELECT 1 FROM g1 WHERE a = geomfromtext('') OR a) ; 1 +Warnings: +Warning 1292 Truncated incorrect DOUBLE value: 'a' +Warning 1292 Truncated incorrect DOUBLE value: 'a' DROP TABLE g1; # # Bug#16451878 GEOMETRY QUERY CRASHES SERVER |