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
1=== modified file 'docs/release_notes.rst'
2--- docs/release_notes.rst 2013-08-13 21:17:28 +0000
3+++ docs/release_notes.rst 2013-10-16 12:38:52 +0000
4@@ -1,10 +1,55 @@
5 Release Notes
6 *************
7
8+v2.2.5 released 2013-10-16
9+==========================
10+
11+Percona Toolkit 2.2.5 has been released. This release has four new features and a number of bugfixes.
12+
13+Query_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.
14+
15+As 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.
16+
17+New --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.
18+
19+New --new-table-name option has been added to pt-online-schema-change which can be used to specify the temporary table name.
20+
21+* Fixed bug #1199589: pt-archiver would delete the data even with the --dry-run option.
22+
23+* Fixed bug #821692: pt-query-digest didn't distill LOAD DATA correctly.
24+
25+* Fixed bug #984053: pt-query-digest didn't distill INSERT/REPLACE without INTO correctly.
26+
27+* Fixed bug #1206677: pt-agent docs were referencing wrong web address.
28+
29+* Fixed bug #1210537: pt-table-checksum --recursion-method=cluster would crash if no nodes were found.
30+
31+Percona Toolkit packages can be downloaded from
32+http://www.percona.com/downloads/percona-toolkit/ or the Percona Software
33+Repositories (http://www.percona.com/software/repositories
34+
35+Changelog
36+---------
37+
38+* Added Query_time histogram bucket counts to pt-query-digest JSON output
39+* Added pt-online-schema-change --[no]drop-triggers option
40+* Fixed bug #1199589: pt-archiver deletes data despite --dry-run
41+* Fixed bug #944051: pt-table-checksum has ambiguous exit status
42+* Fixed bug #1209436: pt-kill --log-dsn may not work on Perl 5.8
43+* Fixed bug #1210537: pt-table-checksum --recursion-method=cluster crashes if no nodes are found
44+* Fixed bug #1215608: pt-online-schema-change new table suffix is hard-coded
45+* Fixed bug #1229861: pt-table-sync quotes float values, can't sync
46+* Fixed bug #821692: pt-query-digest doesn't distill LOAD DATA correctly
47+* Fixed bug #984053: pt-query-digest doesn't distill INSERT/REPLACE without INTO correctly
48+* Fixed bug #1206728: pt-deadlock-logger 2.2 requires DSN on command line
49+* Fixed bug #1226721: pt-agent on CentOS 5 fails to send data
50+* Fixed bug #821690: pt-query-digest doesn't distill IF EXISTS correctly
51+* Fixed bug #1206677: pt-agent docs reference clodu.percona.com
52+
53 v2.2.4 released 2013-07-18
54 ==========================
55
56-Percona Toolkit 2.2.4 has been released. This release two new features and number of bugfixes.
57+Percona Toolkit 2.2.4 has been released. This release two new features and a number of bugfixes.
58
59 pt-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.
60

Subscribers

People subscribed via source and target branches