Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Done
-
2.2.14
-
None
-
OS: CentOS 7
Maxscale: 2.2.14
MariaDB Server: 10.2.15
Description
dbfwfilter doesn't support query with round bracket
Example: a query below could be run successfully on MariaDB server but when it's run on Maxscale with dbfwfilter enabled, it doesn't work with log message "Query could not be tokenized and will hence be rejected. Please ensure that the SQL syntax is correct."
Query:
(select Name from test2)
UNION
(select Name from test1)
Hope this could be fixed soon. Thanks
Attachments
Issue Links
- relates to
-
MXS-2210 Query with brackets classify as unknown
- Closed