config root man

Current Path : /home/usr.opt/mysql57/mysql-test/suite/sysschema/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/sysschema/t/pr_ps_setup_show_enabled_instruments.test

-- source include/not_embedded.inc

# Disable all but a few instruments (reduces output as well)
# It is not possible to disable memory/performance_schema/%
# so don't even try.
UPDATE performance_schema.setup_instruments
   SET ENABLED = 'NO'
 WHERE NAME NOT LIKE 'memory/performance_schema/%'
       AND NAME NOT LIKE 'stage/innodb/%'
       AND NAME NOT LIKE 'statement/com/%'
       AND NAME <> 'idle';

CALL sys.ps_setup_show_enabled_instruments();

# Clean up
-- source ../include/ps_setup_reset_to_default_cleanup.inc

Man Man