config root man

Current Path : /home/usr.opt/mysql57/mysql-test/suite/perfschema/t/

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
Upload File :
Current File : /home/usr.opt/mysql57/mysql-test/suite/perfschema/t/table_io_aggregate_hist_4u_3t.test

# Tests for the performance schema

--source ../include/table_aggregate_setup.inc

# table io
update performance_schema.setup_instruments
  set enabled='NO' where name='wait/lock/table/sql/handler';

# hist by default

# 4users by default

# 3tables by default

--source ../include/table_aggregate_load.inc
--source ../include/table_aggregate_cleanup.inc


Man Man