[MDEV-17602] Allow max_statement_time to be assigned via role Created: 2018-11-02 Updated: 2023-11-16 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Authentication and Privilege System |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | Kyle Joiner (Inactive) | Assignee: | Sergei Golubchik |
| Resolution: | Unresolved | Votes: | 2 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
Allow max_statement_time to be assigned via a role. We can assign max_statement_time to users, not roles. |
| Comments |
| Comment by Vicențiu Ciorbaru [ 2018-11-04 ] |
|
Would this involve doing max(user, role)'s max_statement_time ? What about when no limit is used? |
| Comment by Ulrich Moser (Inactive) [ 2019-08-23 ] |
|
The extension should include all user-specific resource restrictions that are part of the GRANT statement not just max_statement_time |