mariadb/mysql-test/suite/roles/acl_load_mutex-5170.result

8 lines
154 B
Text

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;