From a456168fd029aaea57be6fd3de58dec0fee4946d Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Tue, 8 Jan 2019 20:22:05 +0200 Subject: [PATCH] MXS-2248 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 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;