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

Subscribers

People subscribed via source and target branches