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

Proposed by Hrvoje Matijakovic
Status: Merged
Approved by: Hrvoje Matijakovic
Approved revision: 603
Merged at revision: 603
Proposed branch: lp:~hrvojem/percona-toolkit/rn-2.2.4
Merge into: lp:~percona-toolkit-dev/percona-toolkit/release-2.2.4
Diff against target: 80 lines (+48/-2)
3 files modified
config/sphinx-build/conf.py (+1/-1)
docs/percona-toolkit.pod (+1/-1)
docs/release_notes.rst (+46/-0)
To merge this branch: bzr merge lp:~hrvojem/percona-toolkit/rn-2.2.4
Reviewer Review Type Date Requested Status
Daniel Nichter Approve
Review via email: mp+175225@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Daniel Nichter (daniel-nichter) wrote :

Change "outputting the current timestamp on the above lines so we can see the duration of the impact." to "outputs the current timestamp on lines for operations that may take awhile."

Change the description after "Fixed bug #1199591 ..." to "pt-table-checksum was using the first non-unique index instead of the one with the highest cardinality due to a sorting bug."

The rest looks good. Merge whenever you're ready.

review: Approve
lp:~hrvojem/percona-toolkit/rn-2.2.4 updated
603. By Hrvoje Matijakovic

- added release notes for the 2.2.4 release
- bumped the version number

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'config/sphinx-build/conf.py'
2--- config/sphinx-build/conf.py 2013-06-17 07:08:46 +0000
3+++ config/sphinx-build/conf.py 2013-07-17 15:23:47 +0000
4@@ -50,7 +50,7 @@
5 # The short X.Y version.
6 version = '2.2'
7 # The full version, including alpha/beta/rc tags.
8-release = '2.2.3'
9+release = '2.2.4'
10
11 # The language for content autogenerated by Sphinx. Refer to documentation
12 # for a list of supported languages.
13
14=== modified file 'docs/percona-toolkit.pod'
15--- docs/percona-toolkit.pod 2013-06-17 07:08:46 +0000
16+++ docs/percona-toolkit.pod 2013-07-17 15:23:47 +0000
17@@ -562,6 +562,6 @@
18
19 =head1 VERSION
20
21-Percona Toolkit v2.2.3 released 2013-06-17
22+Percona Toolkit v2.2.4 released 2013-07-17
23
24 =cut
25
26=== modified file 'docs/release_notes.rst'
27--- docs/release_notes.rst 2013-06-17 07:08:46 +0000
28+++ docs/release_notes.rst 2013-07-17 15:23:47 +0000
29@@ -1,6 +1,52 @@
30 Release Notes
31 *************
32
33+v2.2.4 released 2013-07-17
34+==========================
35+
36+Percona Toolkit 2.2.4 has been released. This release two new features and number of bugfixes.
37+
38+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.
39+
40+When using drop swap with pt-online-schema-change there is some production impact. This impact can be measured because tool outputs the current timestamp on lines for operations that may take awhile.
41+
42+* Fixed bug #1163735: pt-table-checksum fails if explicit_defaults_for_timestamp is enabled in 5.6
43+pt-table-checksum would fail if variable explicit_defaults_for_timestamp was enabled in MySQL 5.6.
44+
45+* Fixed bug #1182856: Zero values causes "Invalid --set-vars value: var=0"
46+Trying to assign 0 to any variable by using --set-vars option would cause “Invalid --set-vars value” message.
47+
48+* Fixed bug #1188264: pt-online-schema-change error copying rows: Undefined subroutine &pt_online_schema_change::get
49+Fixed the typo in the pt-online-schema-change code that could lead to a tool crash when copying the rows.
50+
51+* Fixed bug #1199591: pt-table-checksum doesn't use non-unique index with highest cardinality
52+pt-table-checksum was using the first non-unique index instead of the one with the highest cardinality due to a sorting bug.
53+
54+Percona Toolkit packages can be downloaded from
55+http://www.percona.com/downloads/percona-toolkit/ or the Percona Software
56+Repositories (http://www.percona.com/software/repositories
57+
58+Changelog
59+---------
60+
61+* Added pt-query-digest anonymous JSON output
62+* Added pt-online-schema-change timestamp output
63+* Fixed bug #1136559: pt-table-checksum: Deep recursion on subroutine "SchemaIterator::_iterate_dbh"
64+* Fixed bug #1163735: pt-table-checksum fails if explicit_defaults_for_timestamp is enabled in 5.6
65+* Fixed bug #1182856: Zero values causes "Invalid --set-vars value: var=0"
66+* Fixed bug #1188264: pt-online-schema-change error copying rows: Undefined subroutine &pt_online_schema_change::get
67+* Fixed bug #1195034: pt-deadlock-logger error: Use of uninitialized value $ts in pattern match (m//)
68+* Fixed bug #1199591: pt-table-checksum doesn't use non-unique index with highest cardinality
69+* Fixed bug #1168434: pt-upgrade reports differences on NULL
70+* Fixed bug #1172317: pt-sift does not work if pt-stalk did not collect due to a full disk
71+* Fixed bug #1176010: pt-query-digest doesn't group db and `db` together
72+* Fixed bug #1137556: pt-heartbeat docs don't account for --utc
73+* Fixed bug #1168106: pt-variable-advisor has the wrong default value for innodb_max_dirty_pages_pct in 5.5 and 5.6
74+* Fixed bug #1168110: pt-variable-advisor shows key_buffer_size in 5.6 as unconfigured (even though it is)
75+* Fixed bug #1171968: pt-query-digest docs don't mention --type=rawlog
76+* Fixed bug #1174956: pt-query-digest and pt-fingerprint don't strip some multi-line comments
77+
78+
79 v2.2.3 released 2013-06-17
80 ==========================
81

Subscribers

People subscribed via source and target branches