[MDEV-29509] execute granted indirectly (via roles) doesn't always work Created: 2022-09-11 Updated: 2022-09-20 Resolved: 2022-09-14 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Authentication and Privilege System |
| Affects Version/s: | 10.3, 10.4, 10.5, 10.6, 10.7, 10.8, 10.9 |
| Fix Version/s: | 10.3.37, 10.4.27, 10.5.18, 10.6.11, 10.7.7, 10.8.6, 10.9.4, 10.10.2 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Sergei Golubchik | Assignee: | Vicențiu Ciorbaru |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
this test succeeds, call p1() is allowed. but if grant alter routine is uncommented, the test fails. |
| Comments |
| Comment by Vicențiu Ciorbaru [ 2022-09-12 ] |
|
Hi Sergei! A follow-up commit was pushed to PR https://github.com/MariaDB/server/pull/2256 Good catch! |
| Comment by Sergei Golubchik [ 2022-09-12 ] |
|
47ccbeabb26 is ok to push |