diff --git a/query_classifier/test/maxscale.test b/query_classifier/test/maxscale.test index 693961846..9c8e9825e 100644 --- a/query_classifier/test/maxscale.test +++ b/query_classifier/test/maxscale.test @@ -118,3 +118,6 @@ 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; + +# MXS-2248 +SELECT curdate() + interval '60' day;