[MDEV-26442] DROP USER with unicode hostname doesn't work Created: 2021-08-19 Updated: 2021-08-24 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.5.12 |
| Fix Version/s: | 10.5, 10.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | Oleksandr Byelkin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Creating the user 'user'@'�' with utf8 as the client character causes a user to be created that cannot be dropped.
Using --default-character-set=utf8mb4 causes the user to be created "correctly" and it can be dropped with the same host:
|