[MXS-3445] SET DEFAULT ROLE is not classified as a write Created: 2021-03-15 Updated: 2021-03-19 Resolved: 2021-03-16 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | readwritesplit |
| Affects Version/s: | 2.5.3 |
| Fix Version/s: | 2.5.10 |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Massimo | Assignee: | Johan Wikman |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The SET DEFAULT ROLE command modifies the database by changing the defaut role the user uses. This is a replicated command and is currently classified as a session command. As a result of this, the modification is done on all servers when it should only be done on the current master. Original description: maxscale r/w readwritesplit send SET DEFAULT ROLE to all nodes and write on slaves as well |