Merge lp:~hrvojem/percona-toolkit/rn-2.2.5 into lp:~percona-toolkit-dev/percona-toolkit/release-2.2.5

Proposed by Hrvoje Matijakovic
Status: Merged
Approved by: Daniel Nichter
Approved revision: no longer in the source branch.
Merged at revision: 633
Proposed branch: lp:~hrvojem/percona-toolkit/rn-2.2.5
Merge into: lp:~percona-toolkit-dev/percona-toolkit/release-2.2.5
Diff against target: 59 lines (+46/-1)
1 file modified
docs/release_notes.rst (+46/-1)
To merge this branch: bzr merge lp:~hrvojem/percona-toolkit/rn-2.2.5
Reviewer Review Type Date Requested Status
Daniel Nichter Approve
Review via email: mp+191340@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Daniel Nichter (daniel-nichter) :
review: Approve
lp:~hrvojem/percona-toolkit/rn-2.2.5 updated
632. By Hrvoje Matijakovic

* PT-2.2.5 release notes

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'docs/release_notes.rst'
--- docs/release_notes.rst 2013-08-13 21:17:28 +0000
+++ docs/release_notes.rst 2013-10-16 12:38:52 +0000
@@ -1,10 +1,55 @@
1Release Notes1Release Notes
2*************2*************
33
4v2.2.5 released 2013-10-16
5==========================
6
7Percona Toolkit 2.2.5 has been released. This release has four new features and a number of bugfixes.
8
9Query_time histogram has been added to the pt-query-digest JSON output, not the actual chart but the values necessary to render the chart later, so the values for each bucket.
10
11As of pt-table-checksum 2.2.5, skipped chunks cause a non-zero exit status. An exit status of zero or 32 is equivalent to a zero exit status with skipped chunks in previous versions of the tool.
12
13New --no-drop-triggers option has been implemented for pt-online-schema-change in case users want to rename the tables manually, when the load is low.
14
15New --new-table-name option has been added to pt-online-schema-change which can be used to specify the temporary table name.
16
17* Fixed bug #1199589: pt-archiver would delete the data even with the --dry-run option.
18
19* Fixed bug #821692: pt-query-digest didn't distill LOAD DATA correctly.
20
21* Fixed bug #984053: pt-query-digest didn't distill INSERT/REPLACE without INTO correctly.
22
23* Fixed bug #1206677: pt-agent docs were referencing wrong web address.
24
25* Fixed bug #1210537: pt-table-checksum --recursion-method=cluster would crash if no nodes were found.
26
27Percona Toolkit packages can be downloaded from
28http://www.percona.com/downloads/percona-toolkit/ or the Percona Software
29Repositories (http://www.percona.com/software/repositories
30
31Changelog
32---------
33
34* Added Query_time histogram bucket counts to pt-query-digest JSON output
35* Added pt-online-schema-change --[no]drop-triggers option
36* Fixed bug #1199589: pt-archiver deletes data despite --dry-run
37* Fixed bug #944051: pt-table-checksum has ambiguous exit status
38* Fixed bug #1209436: pt-kill --log-dsn may not work on Perl 5.8
39* Fixed bug #1210537: pt-table-checksum --recursion-method=cluster crashes if no nodes are found
40* Fixed bug #1215608: pt-online-schema-change new table suffix is hard-coded
41* Fixed bug #1229861: pt-table-sync quotes float values, can't sync
42* Fixed bug #821692: pt-query-digest doesn't distill LOAD DATA correctly
43* Fixed bug #984053: pt-query-digest doesn't distill INSERT/REPLACE without INTO correctly
44* Fixed bug #1206728: pt-deadlock-logger 2.2 requires DSN on command line
45* Fixed bug #1226721: pt-agent on CentOS 5 fails to send data
46* Fixed bug #821690: pt-query-digest doesn't distill IF EXISTS correctly
47* Fixed bug #1206677: pt-agent docs reference clodu.percona.com
48
4v2.2.4 released 2013-07-1849v2.2.4 released 2013-07-18
5==========================50==========================
651
7Percona Toolkit 2.2.4 has been released. This release two new features and number of bugfixes. 52Percona Toolkit 2.2.4 has been released. This release two new features and a number of bugfixes.
853
9pt-query-digest --output json includes query examples as of v2.2.3. Some people might not want this because it exposes real data. New option, --output json-anon, has been implemented. This option will provide the same data without query examples. It's "anonymous" in the sense that there's no identifying data; nothing more than schema and table structs can be inferred from fingerprints. 54pt-query-digest --output json includes query examples as of v2.2.3. Some people might not want this because it exposes real data. New option, --output json-anon, has been implemented. This option will provide the same data without query examples. It's "anonymous" in the sense that there's no identifying data; nothing more than schema and table structs can be inferred from fingerprints.
1055

Subscribers

People subscribed via source and target branches