summaryrefslogtreecommitdiff
path: root/mysql-test/r/gis.result
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mariadb.org>2015-09-28 12:51:02 +0400
committerAlexander Barkov <bar@mariadb.org>2015-09-28 12:51:02 +0400
commit3cc6e5b7f235cc8ca9c274f848702cdc0ea14ed9 (patch)
tree1361a6ec9e671785fc47059aec09aeabf8e7b997 /mysql-test/r/gis.result
parent54db387410b2a4f2bd6a1eacd5979a974b4f5389 (diff)
downloadmariadb-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.result3
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