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

« back to all changes in this revision

Viewing changes to mysql-test/suite/perfschema/r/sizing_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:
1
 
show variables like "performance_schema%";
 
1
show variables where
 
2
`Variable_name` != "performance_schema_max_statement_classes" and
 
3
`Variable_name` like "performance_schema%";
2
4
Variable_name   Value
3
5
performance_schema      OFF
4
6
performance_schema_accounts_size        -1
22
24
performance_schema_max_socket_classes   10
23
25
performance_schema_max_socket_instances -1
24
26
performance_schema_max_stage_classes    150
25
 
performance_schema_max_statement_classes        168
26
27
performance_schema_max_table_handles    -1
27
28
performance_schema_max_table_instances  -1
28
29
performance_schema_max_thread_classes   50