summaryrefslogtreecommitdiff
path: root/mysql-test/suite/roles/acl_load_mutex-5170.result
blob: 6f6688f446e04dae8546d76d9b991010ac44b2b8 (plain)
1
2
3
4
5
6
7
8
create user user1@localhost;
create role r1 with admin user1@localhost;
grant all on test.* to r1;
select 1;
1
1
drop role r1;
drop user user1@localhost;