[MXS-2830] Fix com_change_user-handling Created: 2020-01-08 Updated: 2020-02-11 Resolved: 2020-02-10 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | mariadbclient |
| Affects Version/s: | 2.5.0 |
| Fix Version/s: | 2.5.0 |
| Type: | Task | Priority: | Major |
| Reporter: | Esa Korhonen | Assignee: | Esa Korhonen |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | MXS-SPRINT-97, MXS-SPRINT-98, MXS-SPRINT-99 |
| Description |
|
Due to the authentication changes, user changing doesn't work. The handling of the com_change_user should be separated from normal query handling, as it may involve multiple authentication messages with client and backends. For a first version, just having it work with mysql_native_auth is enough. |