Files
MaxScale/server
Markus Mäkelä 17245c4ce3 Fix false debug assertion
Given the following query:

PREPARE ps FROM 'PREPARE ps2 FROM \'SELECT 1\'';

The debug assertion is hit even though this is valid, albeit unsupported,
SQL. An optimization would be to ignore the query if the prepared
statement type is another prepared statement.
2019-03-18 12:17:48 +02:00
..
2019-03-18 12:17:48 +02:00
2018-09-10 13:22:49 +03:00
2019-03-16 09:30:56 +02:00
2018-06-25 10:07:52 +03:00
2017-01-16 10:56:33 +02:00