[MXS-3949] "transaction" is always parsed as a reserved word Created: 2022-01-17 Updated: 2022-07-07 Resolved: 2022-01-17 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | qc_sqlite |
| Affects Version/s: | 2.5, 6 |
| Fix Version/s: | 2.5.19, 6.2.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Johan Wikman | Assignee: | Johan Wikman |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
MaxScale always parses "transaction" as a reserved word. The implication is that e.g. the parsing of the statement
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. |