[MXS-3928] MaxScale logs a warning when users are loaded from a Xpand cluster Created: 2021-12-22 Updated: 2022-01-12 Resolved: 2022-01-12 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Authenticator |
| Affects Version/s: | 2.5.17 |
| Fix Version/s: | 2.5.18, 6.2.1 |
| Type: | Bug | Priority: | Minor |
| Reporter: | markus makela | Assignee: | Esa Korhonen |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | MXS-SPRINT-148 |
| Description |
|
When MaxScale loads users from a Xpand cluster, the following warning is logged for the service user even it the grants are correct.
The reason this happens is that the result for SELECT CURRENT_USER() differs between Xpand and MariaDB:
Xpand quotes the values whereas MariaDB does not. |