Files
MaxScale/query_classifier/test
Johan Wikman fdb588b866 MXS-1307 Tweak cte tests
The "parser" of compare cannot handle the following:

  prepare stmt1 from "
  with t as (select a from t1 where b >= 'c')
    select * from t2,t where t2.c=t.a;
  ";

That is, that a line *not* terminating the full statement (the
line 'select * from t2,t where t2.c=t.a;' above) ends with a ';'.
Thus, it needs to be changed into e.g.

  prepare stmt1 from "
  with t as (select a from t1 where b >= 'c')
    select * from t2,t where t2.c=t.a;";
2017-08-08 15:46:01 +03:00
..
2017-06-29 15:34:22 +02:00
2017-06-30 13:01:14 +02:00
2016-08-11 12:44:07 +03:00
2017-08-08 15:46:01 +03:00
2017-08-08 15:46:01 +03:00
2017-06-30 08:36:19 +02:00
2016-08-11 12:44:07 +03:00
2017-06-28 21:33:04 +02:00
2017-01-17 14:48:43 +02:00
2016-08-11 12:44:07 +03:00