[MDEV-25331] After server restart or running mariadb-upgrade, users with a name in their host part (not IP) are not returned with "SHOW CREATE USER '<user>'@'<hostname>'" statement if skip_name_resolve is ON Created: 2021-04-02 Updated: 2021-04-05 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Configuration, Upgrades |
| Affects Version/s: | 10.3.27, 10.4.17, 10.5.8, 10.5.9 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Nikos Pyrgiotis | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Debian buster |
||
| Description |
|
When skip_name_resolve is ON if a user is created with hostname 'show create user' statement for users with host = <hostname> return 'Can't find any matching row in the user table'. Steps to reproduce:
|