[MXS-2673] Sys var and user var combined issue Created: 2019-09-12 Updated: 2020-01-08 Resolved: 2019-09-27 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | qc_sqlite |
| Affects Version/s: | 2.2.22 |
| Fix Version/s: | 2.3.13 |
| Type: | Bug | Priority: | Minor |
| Reporter: | dapeng huang | Assignee: | Johan Wikman |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
SET @saved_cs_client= @@character_set_client; // route to master So character_set_client will be null at slaves, then session command failed, close slave backends. proposeļ¼ 2. route 'QUERY_TYPE_SYSVAR_READ | QUERY_TYPE_USERVAR_WRITE' to all nodes |
| Comments |
| Comment by Johan Wikman [ 2019-09-27 ] |
|
In 2.3.13 (not yet released) they will be both classified as QUERY_TYPE_SESSION_WRITE, so they will both be sent to all nodes. |