summaryrefslogtreecommitdiff
path: root/mysql-test/t/select.test
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mariadb.org>2017-03-19 23:39:42 +0400
committerAlexander Barkov <bar@mariadb.org>2017-03-19 23:39:42 +0400
commit552072e4d11c97e5d5c9a34aefcb052791209865 (patch)
treeedd32e09988d6625f693ddd653b9e7d9975bcdcb /mysql-test/t/select.test
parent7d0c354f5c354b45f9d9dadf2ff5ea02ba0b1071 (diff)
downloadmariadb-git-552072e4d11c97e5d5c9a34aefcb052791209865.tar.gz
MDEV-12239 Add Type_handler::Item_sum_{sum|avg|variance}_fix_length_and_dec()
Diffstat (limited to 'mysql-test/t/select.test')
-rw-r--r--mysql-test/t/select.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/select.test b/mysql-test/t/select.test
index a0caf4992bf..e8d5f9fa445 100644
--- a/mysql-test/t/select.test
+++ b/mysql-test/t/select.test
@@ -4427,6 +4427,7 @@ DROP TABLE t1;
--echo # Bug #57203 Assertion `field_length <= 255' failed.
--echo #
+--error ER_ILLEGAL_PARAMETER_DATA_TYPE_FOR_OPERATION
SELECT coalesce((avg(distinct (geomfromtext("point(25379 -22010)")))))
UNION ALL
SELECT coalesce((avg(distinct (geomfromtext("point(25379 -22010)")))))