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 |
Current File : /home/usr.opt/mysql57/mysql-test/suite/x/include/xplugin_pfs_instruments_query.inc |
# Gathering Reports for Xplugin Instruments in Performance # Schema # Following test fragment needs to be reworked #select DISTINCT EVENT_NAME from performance_schema.events_waits_current #where EVENT_NAME like '%mysqlx%' #ORDER BY EVENT_NAME; -->sql select DISTINCT EVENT_NAME from performance_schema.events_waits_history where EVENT_NAME like '%mysqlx%' ORDER BY EVENT_NAME; select DISTINCT EVENT_NAME from performance_schema.events_waits_history_long where EVENT_NAME like '%mysqlx%' ORDER BY EVENT_NAME; SELECT DISTINCT name FROM performance_schema.threads WHERE name LIKE 'thread/mysqlx/%' ORDER BY name; SELECT DISTINCT name FROM performance_schema.mutex_instances WHERE name LIKE 'wait/synch/mutex/mysqlx/%' ORDER BY name; SELECT DISTINCT name FROM performance_schema.cond_instances WHERE name LIKE 'wait/synch/cond/mysqlx/%' ORDER BY name; SELECT DISTINCT name FROM performance_schema.rwlock_instances WHERE name LIKE 'wait/synch/rwlock/mysqlx/%' ORDER BY name; -->endsql