config root man

Current Path : /home/usr.opt/mysql57/mysql-test/suite/x/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
Upload File :
Current File : //home/usr.opt/mysql57/mysql-test/suite/x/include/xplugin_pfs_instruments_enable.inc

# Enabled XPlugin Instruments
-->sql
TRUNCATE TABLE performance_schema.events_waits_history_long;
update performance_schema.setup_instruments 
set ENABLED='YES' where NAME like '%mysqlx%';

update performance_schema.setup_consumers 
set ENABLED='YES' where NAME like 'events_waits%';
-->endsql

Man Man