1 # Tests for the performance schema
3 # =====================================
4 # HELPER include/connection_cleanup.inc
5 # =====================================
8 revoke all privileges, grant
option from user1@localhost;
9 revoke all privileges, grant
option from user2@localhost;
10 revoke all privileges, grant
option from user3@localhost;
11 revoke all privileges, grant
option from user4@localhost;
12 revoke all privileges, grant
option from user5@localhost;
13 drop user user1@localhost;
14 drop user user2@localhost;
15 drop user user3@localhost;
16 drop user user4@localhost;
17 drop user user5@localhost;
20 drop procedure dump_all;
22 truncate
table performance_schema.accounts;
23 truncate
table performance_schema.users;
24 truncate
table performance_schema.hosts;