[MXS-2688] SET should be classified as QUERY_TYPE_SESSION_WRITE Created: 2019-09-19 Updated: 2019-09-20 Resolved: 2019-09-20 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | QueryClassifier |
| Affects Version/s: | None |
| Fix Version/s: | 2.3.13, 2.4.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Johan Wikman | Assignee: | Johan Wikman |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Currently the type of a statement like SET @saved_cs_client= @@character_set_client; is QUERY_TYPE_USERVAR_WRITE. SET statements should be classified as QUERY_TYPE_SESSION_WRITE so that they always are sent to all servers. |