~ubuntu-branches/ubuntu/trusty/mysql-5.6/trusty

« back to all changes in this revision

Viewing changes to mysql-test/suite/perfschema/r/threads_innodb.result

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-02-12 11:54:27 UTC
  • Revision ID: package-import@ubuntu.com-20140212115427-oq6tfsqxl1wuwehi
Tags: upstream-5.6.15
ImportĀ upstreamĀ versionĀ 5.6.15

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SELECT name, type, processlist_user, processlist_host, processlist_db,
 
2
processlist_command, processlist_time, processlist_state, processlist_info,
 
3
parent_thread_id, role, instrumented
 
4
FROM performance_schema.threads
 
5
WHERE name LIKE 'thread/innodb/%'
 
6
GROUP BY name;
 
7
name    type    processlist_user        processlist_host        processlist_db  processlist_command     processlist_time        processlist_state       processlist_info        parent_thread_id        role    instrumented
 
8
thread/innodb/io_handler_thread BACKGROUND      NULL    NULL    NULL    NULL    NULL    NULL    NULL    NULL    NULL    YES
 
9
thread/innodb/page_cleaner_thread       BACKGROUND      NULL    NULL    NULL    NULL    NULL    NULL    NULL    NULL    NULL    YES
 
10
thread/innodb/srv_error_monitor_thread  BACKGROUND      NULL    NULL    NULL    NULL    NULL    NULL    NULL    NULL    NULL    YES
 
11
thread/innodb/srv_lock_timeout_thread   BACKGROUND      NULL    NULL    NULL    NULL    NULL    NULL    NULL    NULL    NULL    YES
 
12
thread/innodb/srv_master_thread BACKGROUND      NULL    NULL    NULL    NULL    NULL    NULL    NULL    NULL    NULL    YES
 
13
thread/innodb/srv_monitor_thread        BACKGROUND      NULL    NULL    NULL    NULL    NULL    NULL    NULL    NULL    NULL    YES
 
14
thread/innodb/srv_purge_thread  BACKGROUND      NULL    NULL    NULL    NULL    NULL    NULL    NULL    NULL    NULL    YES