summaryrefslogtreecommitdiff
path: root/mysql-test/suite/roles/drop_current_role.result
blob: b6de0304d44f51e449e2d0b84d5f709cfb54d5d6 (plain)
1
2
3
4
5
create role r;
set role r;
drop role r;
revoke all on *.* from current_role;
ERROR OP000: Invalid role specification `r`