[MDEV-28367] BACKUP LOCKS on table to be accessible to those with database LOCK TABLES privileges Created: 2022-04-20 Updated: 2023-11-23 Resolved: 2023-11-23 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Authentication and Privilege System |
| Fix Version/s: | 10.4.33 |
| Type: | Task | Priority: | Major |
| Reporter: | Daniel Black | Assignee: | Anel Husakovic |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
From MDEV-25571, backup locks on tables are such a low impact that they should be more accessible. People with only a database privilege won't have the global RELOAD privilege currently required to use backup locks. By introducing backup locks at this lower level provide the ability for flow on implementation to mariadb-dump (MDEV-25571). Monty suggests 10.4 is ok to implement the change. |