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

« back to all changes in this revision

Viewing changes to mysql-test/suite/perfschema/r/table_aggregate_hist_4u_3t.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:
36
36
truncate performance_schema.events_waits_summary_by_host_by_event_name;
37
37
truncate performance_schema.events_waits_summary_global_by_event_name;
38
38
truncate performance_schema.events_waits_history_long;
39
 
show variables like "performance_schema%";
 
39
show variables where
 
40
`Variable_name` != "performance_schema_max_statement_classes" and
 
41
`Variable_name` like "performance_schema%";
40
42
Variable_name   Value
41
43
performance_schema      ON
42
44
performance_schema_accounts_size        100
60
62
performance_schema_max_socket_classes   10
61
63
performance_schema_max_socket_instances 1000
62
64
performance_schema_max_stage_classes    150
63
 
performance_schema_max_statement_classes        168
64
65
performance_schema_max_table_handles    1000
65
66
performance_schema_max_table_instances  500
66
67
performance_schema_max_thread_classes   50