~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_thread_2u_2t.result

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2015-04-16 20:07:10 UTC
  • mfrom: (1.2.5)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: package-import@ubuntu.com-20150416200710-pfv24hkypwgmv7h6
* SECURITY UPDATE: Update to 5.5.41 to fix security issues (LP: #1444616)
  - http://www.oracle.com/technetwork/topics/security/cpuapr2015-2365600.html
  - CVE-2015-0498
  - CVE-2015-0499
  - CVE-2015-0500
  - CVE-2015-0501
  - CVE-2015-0503
  - CVE-2015-0505
  - CVE-2015-0506
  - CVE-2015-0507
  - CVE-2015-0508
  - CVE-2015-0511
  - CVE-2015-2567
  - CVE-2015-2571
* debian/rules: fix ftbfs by building the sql directory first so the
  required files are generated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
truncate performance_schema.events_waits_summary_by_host_by_event_name;
40
40
truncate performance_schema.events_waits_summary_global_by_event_name;
41
41
truncate performance_schema.events_waits_history_long;
42
 
show variables like "performance_schema%";
 
42
show variables where
 
43
`Variable_name` != "performance_schema_max_statement_classes" and
 
44
`Variable_name` like "performance_schema%";
43
45
Variable_name   Value
44
46
performance_schema      ON
45
47
performance_schema_accounts_size        100
63
65
performance_schema_max_socket_classes   10
64
66
performance_schema_max_socket_instances 1000
65
67
performance_schema_max_stage_classes    150
66
 
performance_schema_max_statement_classes        168
67
68
performance_schema_max_table_handles    1000
68
69
performance_schema_max_table_instances  500
69
70
performance_schema_max_thread_classes   50