[MDEV-29167] new db-level SHOW CREATE ROUTINE privilege Created: 2022-07-26 Updated: 2023-11-14 Resolved: 2023-10-18 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Authentication and Privilege System |
| Fix Version/s: | 11.3.1 |
| Type: | Task | Priority: | Critical |
| Reporter: | Nilnandan Joshi | Assignee: | Oleksandr Byelkin |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | Preview_11.3 | ||
| Issue Links: |
|
||||||||
| Description |
|
please, add a new db-level privilege SHOW CREATE ROUTINE so that the user with ALL PRIVILEGES on db level would be able to see all routines in that db Update after discussing with Serg: This privilege related to PROCEDURE or FUNCTION or PACKAGE. The effect of this MDEV is that one can give a user the 'show create routine' privilege, which allows the user to see the procedure text:
|
| Comments |
| Comment by Oleksandr Byelkin [ 2023-08-28 ] | |||||||||||
|
ROUTINES == PROCEDURE or FUNCTION or PACKAGE ? | |||||||||||
| Comment by Oleksandr Byelkin [ 2023-09-04 ] | |||||||||||
|
| |||||||||||
| Comment by Oleksandr Byelkin [ 2023-09-06 ] | |||||||||||
|
| |||||||||||
| Comment by Oleksandr Byelkin [ 2023-09-07 ] | |||||||||||
|
| |||||||||||
| Comment by Sergei Golubchik [ 2023-09-08 ] | |||||||||||
|
ecc1356038 is ok to push | |||||||||||
| Comment by Lena Startseva [ 2023-10-11 ] | |||||||||||
|
Testing done, ok to push |