Files
MaxScale/query_classifier
Johan Wikman d5d0547a57 MXS-680: qc_mysqlembedded does not look into functions
qc_mysqlembedded does not look into functions when collecting
the affected fields of a query. Therefore the affected fields
of a query like

    SELECT concat(a, "", "") from X where b = 1;

will be "b" and not "a b" as it should be.
2016-04-21 13:35:50 +03:00
..
2016-02-23 14:54:02 +02:00
2016-03-07 12:19:51 +02:00