~ubuntu-branches/ubuntu/wily/mysql-5.6/wily

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2015-04-16 20:07:10 UTC
  • mto: (1.3.9 vivid-proposed)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: package-import@ubuntu.com-20150416200710-pcrsa022082zj46k
Tags: upstream-5.6.24
ImportĀ upstreamĀ versionĀ 5.6.24

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
select * from performance_schema.table_lock_waits_summary_by_table;
70
70
select * from performance_schema.threads;
71
71
select * from performance_schema.users;
72
 
show variables like "performance_schema%";
 
72
show variables where
 
73
`Variable_name` != "performance_schema_max_statement_classes" and
 
74
`Variable_name` like "performance_schema%";
73
75
Variable_name   Value
74
76
performance_schema      OFF
75
77
performance_schema_accounts_size        100
93
95
performance_schema_max_socket_classes   10
94
96
performance_schema_max_socket_instances 1000
95
97
performance_schema_max_stage_classes    150
96
 
performance_schema_max_statement_classes        168
97
98
performance_schema_max_table_handles    1000
98
99
performance_schema_max_table_instances  500
99
100
performance_schema_max_thread_classes   50