| Path : /opt/mysql/mysql-test/suite/x/include/ |
| Current File : //opt/mysql/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