Files
MaxScale/query_classifier/qc_mysqlembedded
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-03-01 10:54:04 +02:00