From 2c6e45a77036640ee9c2656695df2df5d608b767 Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Tue, 8 Jan 2019 15:13:20 +0200 Subject: [PATCH] MXS-2242 Add test that reveals problem --- query_classifier/test/maxscale.test | 3 +++ 1 file changed, 3 insertions(+) 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;