~percona-toolkit-dev/percona-toolkit/manual-for-pt-query-digest--type-binlog-is-ambiguous-1377888

« back to all changes in this revision

Viewing changes to docs/release_notes.rst

  • Committer: Frank Cizmich
  • Date: 2014-07-29 16:32:01 UTC
  • mfrom: (606.1.13 release-2.2.9)
  • Revision ID: frank.cizmich@percona.com-20140729163201-gytctebyddi6i8e9
merged release-2.2.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Release Notes
2
2
*************
3
3
 
 
4
v2.2.9 released 2014-07-08
 
5
==========================
 
6
 
 
7
Percona Toolkit 2.2.9 has been released. This release contains five bug fixes.
 
8
 
 
9
Bugs Fixed:
 
10
 
 
11
* Fixed bug 1335960: pt-query-digest could not parse the binlogs from MySQL 5.6 because the binlog format was changed.
 
12
 
 
13
* Fixed bug 1315130: pt-online-schema-change did not find child tables as expected. It could incorrectly locate tables which reference a table with the same name in a different schema and could miss tables referencing the altered table if they were in a different schema.
 
14
 
 
15
* Fixed bug 1335322: pt-stalk would fail when variable or threshold was non-integer.
 
16
 
 
17
* Fixed bug 1258135: pt-deadlock-logger was inserting older deadlocks into the ``deadlock`` table even if it was already there creating unnecessary noise. For example, if the deadlock happened 1 year ago, and MySQL keeps it in the memory and pt-deadlock-logger would ``INSERT`` it into ``percona.deadlocks`` table every minute all the time until server was restarted. This was fixed by comparing with the last deadlock fingerprint before issuing the ``INSERT`` query.
 
18
 
 
19
* Fixed bug 1329422: pt-online-schema-change foreign-keys-method=none can break FK constraints in a way that is hard to recover from. Allthough this method of handling foreign key constraints is provided so that the database administrator can disable the tool's built-in functionality if desired, a warning and confirmation request when using alter-foreign-keys-method "none" has been added to warn users when using this option.
 
20
 
 
21
Changelog
 
22
---------
 
23
 
 
24
* Fixed bug 1258135: pt-deadlock-logger introduces a noise to MySQL
 
25
* Fixed bug 1329422: pt-online-schema-change foreign-keys-method=none breaks constraints 
 
26
* Fixed bug 1315130: pt-online-schema-change not properly detecting foreign keys 
 
27
* Fixed bug 1335960: pt-query-digest cannot parse binlogs from 5.6
 
28
* Fixed bug 1335322: pt-stalk fails when variable or threshold is non-integer 
 
29
 
4
30
v2.2.8 released 2014-06-04
5
31
==========================
6
32