[MXS-1874] SET STATEMENT ... FOR is wrongly classified Created: 2018-05-17 Updated: 2018-05-18 Resolved: 2018-05-18 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | qc_sqlite |
| Affects Version/s: | 2.2.5 |
| Fix Version/s: | 2.2.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | Johan Wikman |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The following query is classified as QUERY_TYPE_GSYSVAR_WRITE.
The SET part of the statement should be ignored and it should be classified like normal SELECT statements are classified. |