[MDEV-22057] REPLICATION MASTER ADMIN is missing in root account after upgrade Created: 2020-03-27 Updated: 2020-04-01 Resolved: 2020-03-27 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Authentication and Privilege System |
| Affects Version/s: | 10.5.2 |
| Fix Version/s: | 10.5.3 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
If I run this mtr test:
it produces the following output:
Notice, the user root@localhost has ALL PRIVILEGES before the upgrade, but it misses the REPLICATION MASTER ADMIN after the upgrade. Looks wrong. REPLICATION MASTER ADMIN should be automatically granted somehow. |
| Comments |
| Comment by Elena Stepanova [ 2020-03-27 ] | ||
|
ACL upgrade tests are currently scheduled to run every day, but due to high load they de-facto run approximately once in two days. Test results on 5f5c63e were still all right, while b8e7579 failed all over. The change must have come between those two revisions.
Unfortunately, results from the broken revision arrived after the release. |