Current Path : /home/usr.opt/mysql57/mysql-test/suite/perfschema/include/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //home/usr.opt/mysql57/mysql-test/suite/perfschema/include/connection_cleanup.inc |
# Tests for the performance schema # ===================================== # HELPER include/connection_cleanup.inc # ===================================== --disable_query_log revoke all privileges, grant option from user1@localhost; revoke all privileges, grant option from user2@localhost; revoke all privileges, grant option from user3@localhost; revoke all privileges, grant option from user4@localhost; revoke all privileges, grant option from user5@localhost; drop user user1@localhost; drop user user2@localhost; drop user user3@localhost; drop user user4@localhost; drop user user5@localhost; flush privileges; drop procedure dump_all; truncate table performance_schema.accounts; truncate table performance_schema.users; truncate table performance_schema.hosts; --enable_query_log