[MDEV-15985] Granting roles to account does not work at all. Created: 2018-04-23 Updated: 2018-07-19 Resolved: 2018-07-19 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Authentication and Privilege System |
| Affects Version/s: | 10.1.32 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Andries Spies | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Arch Linux |
||
| Issue Links: |
|
||||||||
| Description |
|
I created 3 roles: create role vdo_dev, vdo_admin; I have my own user, called andries, as well as schema called vdo_workflow I granted access to all elements within the vdo_workflow schema to vdo_dev:
When I logged in as andries, and inspect the role I still get null:
|
| Comments |
| Comment by Elena Stepanova [ 2018-07-19 ] |
|
To enable the role, you need to run SET ROLE vdo_dev. It will be effective for the current session. |