summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/roles/rpl_grant_revoke_current_role-8638.result
blob: ef2b96487783fd4c83da6885eb0a8224d18091d6 (plain)
1
2
3
4
5
6
7
8
include/master-slave.inc
[connection master]
create role r1;
set role r1;
grant select on db.* to current_role;
revoke all privileges, grant option from current_role;
drop role r1;
include/rpl_end.inc