diff --git a/query_classifier/test/maxscale.test b/query_classifier/test/maxscale.test index bb9cdf905..693961846 100644 --- a/query_classifier/test/maxscale.test +++ b/query_classifier/test/maxscale.test @@ -115,3 +115,6 @@ PREPARE a FROM @sql; # MXS-2207 SET STATEMENT max_statement_time=30 FOR UPDATE tbl SET a = 42; + +# MXS-2242 +SELECT X(coordinates), Y(coordinates), ST_X(coordinates), ST_Y(coordinates) FROM data;