Files
MaxScale/query_classifier
Johan Wikman 842e8440d4 qc_mysqlembedded: Replace '?':s with '0':s
The embedded parser is not capable of parsing preparable statements
containing ?:s as ordinary statements, so they have to be replaced
with something else. Replacing them with a dummy variable cannot be
done as that will affect the type of the statement. Replacing with
0 seems to be a good compromise.
2017-01-17 12:41:54 +02:00
..
2017-01-17 10:10:38 +02:00
2017-01-17 10:10:38 +02:00
2016-08-11 12:44:07 +03:00