diff options
Diffstat (limited to 'mysql-test/t/select.test')
-rw-r--r-- | mysql-test/t/select.test | 1 |
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)"))))) |