Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
2.5, 6
-
None
Description
MaxScale always parses "transaction" as a reserved word. The implication is that e.g. the parsing of the statement
SELECT uuid FROM Transaction LIMIT 1
|
fails and the statement is classified only based upon the SELECT keyword. That works fine except when the firewall or the masking filters are used as they reject statements that cannot be fully parsed.