Files
MaxScale/server/modules/filter
Johan Wikman 3a5a8b13b9 MXS-2457 Treat string args as fields
The masking filter will now consider all string arguments to
functions to be fields. This in order to prevent bypassing of
the masking with

    > set @@sql_mode='ANSI_QUOTES';
    > select concat("ssn") from masking;

This may lead to false positives, but no can do.
2019-05-03 13:38:12 +03:00
..
2019-04-01 11:29:16 +03:00
2019-02-06 14:22:24 +02:00