Merge lp:~percona-core/percona-toolkit/release-2.2.8-v2 into lp:percona-toolkit/2.2

Proposed by Tomislav Plavcic
Status: Merged
Approved by: Daniel Nichter
Approved revision: 606
Merged at revision: 606
Proposed branch: lp:~percona-core/percona-toolkit/release-2.2.8-v2
Merge into: lp:percona-toolkit/2.2
Diff against target: 536 lines (+92/-40)
39 files modified
Changelog (+2/-0)
MANIFEST (+0/-1)
Makefile.PL (+1/-1)
bin/pt-align (+1/-1)
bin/pt-archiver (+1/-1)
bin/pt-config-diff (+1/-1)
bin/pt-deadlock-logger (+1/-1)
bin/pt-diskstats (+1/-1)
bin/pt-duplicate-key-checker (+1/-1)
bin/pt-fifo-split (+1/-1)
bin/pt-find (+1/-1)
bin/pt-fingerprint (+1/-1)
bin/pt-fk-error-logger (+1/-1)
bin/pt-heartbeat (+1/-1)
bin/pt-index-usage (+1/-1)
bin/pt-ioprofile (+1/-1)
bin/pt-kill (+1/-1)
bin/pt-mext (+1/-1)
bin/pt-mysql-summary (+1/-1)
bin/pt-online-schema-change (+1/-1)
bin/pt-pmp (+1/-1)
bin/pt-query-digest (+1/-1)
bin/pt-show-grants (+1/-1)
bin/pt-sift (+1/-1)
bin/pt-slave-delay (+1/-1)
bin/pt-slave-find (+1/-1)
bin/pt-slave-restart (+1/-1)
bin/pt-stalk (+1/-1)
bin/pt-summary (+1/-1)
bin/pt-table-checksum (+1/-1)
bin/pt-table-sync (+1/-1)
bin/pt-table-usage (+1/-1)
bin/pt-upgrade (+1/-1)
bin/pt-variable-advisor (+1/-1)
bin/pt-visual-explain (+1/-1)
config/deb/changelog (+14/-0)
config/sphinx-build/conf.py (+1/-1)
docs/percona-toolkit.pod (+1/-5)
docs/release_notes.rst (+41/-0)
To merge this branch: bzr merge lp:~percona-core/percona-toolkit/release-2.2.8-v2
Reviewer Review Type Date Requested Status
Daniel Nichter Approve
Review via email: mp+222038@code.launchpad.net

Description of the change

Release branch for version 2.2.8

To post a comment you must log in.
Revision history for this message
Daniel Nichter (daniel-nichter) wrote :

=== modified file 'docs/release_notes.rst'

It says this whole file changed? I would expect the diff to be just the addition of the new release. Did the whole file in fact change? If yes, are we sure we didn't break any original content?

606. By Tomislav Plavcic

Build percona-toolkit-2.2.8

Revision history for this message
Tomislav Plavcic (tplavcic) wrote :

> === modified file 'docs/release_notes.rst'
>
> It says this whole file changed? I would expect the diff to be just the
> addition of the new release. Did the whole file in fact change? If yes, are
> we sure we didn't break any original content?

I have fixed this now. Now it only recognizes the change in this file and not that the whole file has changed.

Revision history for this message
Daniel Nichter (daniel-nichter) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'Changelog'
--- Changelog 2014-05-30 00:55:59 +0000
+++ Changelog 2014-06-05 07:26:17 +0000
@@ -1,5 +1,7 @@
1Changelog for Percona Toolkit1Changelog for Percona Toolkit
22
3v2.2.8 released 2014-06-04
4
3 * Removed pt-agent5 * Removed pt-agent
4 * Added pt-slave-restart GTID support6 * Added pt-slave-restart GTID support
5 * Added pt-table-checksum --plugin7 * Added pt-table-checksum --plugin
68
=== modified file 'MANIFEST'
--- MANIFEST 2013-06-17 07:08:46 +0000
+++ MANIFEST 2014-06-05 07:26:17 +0000
@@ -4,7 +4,6 @@
4Makefile.PL4Makefile.PL
5MANIFEST5MANIFEST
6README6README
7bin/pt-agent
8bin/pt-align7bin/pt-align
9bin/pt-archiver8bin/pt-archiver
10bin/pt-config-diff9bin/pt-config-diff
1110
=== modified file 'Makefile.PL'
--- Makefile.PL 2014-02-20 08:10:16 +0000
+++ Makefile.PL 2014-06-05 07:26:17 +0000
@@ -2,7 +2,7 @@
22
3WriteMakefile(3WriteMakefile(
4 NAME => 'percona-toolkit',4 NAME => 'percona-toolkit',
5 VERSION => '2.2.7',5 VERSION => '2.2.8',
6 EXE_FILES => [ <bin/*> ],6 EXE_FILES => [ <bin/*> ],
7 MAN1PODS => {7 MAN1PODS => {
8 'docs/percona-toolkit.pod' => 'blib/man1/percona-toolkit.1p',8 'docs/percona-toolkit.pod' => 'blib/man1/percona-toolkit.1p',
99
=== modified file 'bin/pt-align'
--- bin/pt-align 2014-05-24 21:36:33 +0000
+++ bin/pt-align 2014-06-05 07:26:17 +0000
@@ -1323,6 +1323,6 @@
13231323
1324=head1 VERSION1324=head1 VERSION
13251325
1326pt-align 2.2.71326pt-align 2.2.8
13271327
1328=cut1328=cut
13291329
=== modified file 'bin/pt-archiver'
--- bin/pt-archiver 2014-05-30 01:09:13 +0000
+++ bin/pt-archiver 2014-06-05 07:26:17 +0000
@@ -7892,6 +7892,6 @@
78927892
7893=head1 VERSION7893=head1 VERSION
78947894
7895pt-archiver 2.2.77895pt-archiver 2.2.8
78967896
7897=cut7897=cut
78987898
=== modified file 'bin/pt-config-diff'
--- bin/pt-config-diff 2014-05-30 01:09:13 +0000
+++ bin/pt-config-diff 2014-06-05 07:26:17 +0000
@@ -5733,6 +5733,6 @@
57335733
5734=head1 VERSION5734=head1 VERSION
57355735
5736pt-config-diff 2.2.75736pt-config-diff 2.2.8
57375737
5738=cut5738=cut
57395739
=== modified file 'bin/pt-deadlock-logger'
--- bin/pt-deadlock-logger 2014-05-30 01:09:13 +0000
+++ bin/pt-deadlock-logger 2014-06-05 07:26:17 +0000
@@ -5522,6 +5522,6 @@
55225522
5523=head1 VERSION5523=head1 VERSION
55245524
5525pt-deadlock-logger 2.2.75525pt-deadlock-logger 2.2.8
55265526
5527=cut5527=cut
55285528
=== modified file 'bin/pt-diskstats'
--- bin/pt-diskstats 2014-05-30 01:09:13 +0000
+++ bin/pt-diskstats 2014-06-05 07:26:17 +0000
@@ -5579,6 +5579,6 @@
55795579
5580=head1 VERSION5580=head1 VERSION
55815581
5582pt-diskstats 2.2.75582pt-diskstats 2.2.8
55835583
5584=cut5584=cut
55855585
=== modified file 'bin/pt-duplicate-key-checker'
--- bin/pt-duplicate-key-checker 2014-05-30 01:09:13 +0000
+++ bin/pt-duplicate-key-checker 2014-06-05 07:26:17 +0000
@@ -5600,6 +5600,6 @@
56005600
5601=head1 VERSION5601=head1 VERSION
56025602
5603pt-duplicate-key-checker 2.2.75603pt-duplicate-key-checker 2.2.8
56045604
5605=cut5605=cut
56065606
=== modified file 'bin/pt-fifo-split'
--- bin/pt-fifo-split 2014-05-24 21:36:33 +0000
+++ bin/pt-fifo-split 2014-06-05 07:26:17 +0000
@@ -1612,6 +1612,6 @@
16121612
1613=head1 VERSION1613=head1 VERSION
16141614
1615pt-fifo-split 2.2.71615pt-fifo-split 2.2.8
16161616
1617=cut1617=cut
16181618
=== modified file 'bin/pt-find'
--- bin/pt-find 2014-05-30 01:09:13 +0000
+++ bin/pt-find 2014-06-05 07:26:17 +0000
@@ -4984,6 +4984,6 @@
49844984
4985=head1 VERSION4985=head1 VERSION
49864986
4987pt-find 2.2.74987pt-find 2.2.8
49884988
4989=cut4989=cut
49904990
=== modified file 'bin/pt-fingerprint'
--- bin/pt-fingerprint 2014-05-24 21:36:33 +0000
+++ bin/pt-fingerprint 2014-06-05 07:26:17 +0000
@@ -2203,6 +2203,6 @@
22032203
2204=head1 VERSION2204=head1 VERSION
22052205
2206pt-fingerprint 2.2.72206pt-fingerprint 2.2.8
22072207
2208=cut2208=cut
22092209
=== modified file 'bin/pt-fk-error-logger'
--- bin/pt-fk-error-logger 2014-05-30 01:09:13 +0000
+++ bin/pt-fk-error-logger 2014-06-05 07:26:17 +0000
@@ -4509,6 +4509,6 @@
45094509
4510=head1 VERSION4510=head1 VERSION
45114511
4512pt-fk-error-logger 2.2.74512pt-fk-error-logger 2.2.8
45134513
4514=cut4514=cut
45154515
=== modified file 'bin/pt-heartbeat'
--- bin/pt-heartbeat 2014-05-30 01:09:13 +0000
+++ bin/pt-heartbeat 2014-06-05 07:26:17 +0000
@@ -6192,6 +6192,6 @@
61926192
6193=head1 VERSION6193=head1 VERSION
61946194
6195pt-heartbeat 2.2.76195pt-heartbeat 2.2.8
61966196
6197=cut6197=cut
61986198
=== modified file 'bin/pt-index-usage'
--- bin/pt-index-usage 2014-05-30 01:09:13 +0000
+++ bin/pt-index-usage 2014-06-05 07:26:17 +0000
@@ -7532,6 +7532,6 @@
75327532
7533=head1 VERSION7533=head1 VERSION
75347534
7535pt-index-usage 2.2.77535pt-index-usage 2.2.8
75367536
7537=cut7537=cut
75387538
=== modified file 'bin/pt-ioprofile'
--- bin/pt-ioprofile 2014-02-20 08:10:16 +0000
+++ bin/pt-ioprofile 2014-06-05 07:26:17 +0000
@@ -1119,7 +1119,7 @@
11191119
1120=head1 VERSION1120=head1 VERSION
11211121
1122pt-ioprofile 2.2.71122pt-ioprofile 2.2.8
11231123
1124=cut1124=cut
11251125
11261126
=== modified file 'bin/pt-kill'
--- bin/pt-kill 2014-05-30 01:09:13 +0000
+++ bin/pt-kill 2014-06-05 07:26:17 +0000
@@ -8183,6 +8183,6 @@
81838183
8184=head1 VERSION8184=head1 VERSION
81858185
8186pt-kill 2.2.78186pt-kill 2.2.8
81878187
8188=cut8188=cut
81898189
=== modified file 'bin/pt-mext'
--- bin/pt-mext 2014-02-20 08:10:16 +0000
+++ bin/pt-mext 2014-06-05 07:26:17 +0000
@@ -791,7 +791,7 @@
791791
792=head1 VERSION792=head1 VERSION
793793
794pt-mext 2.2.7794pt-mext 2.2.8
795795
796=cut796=cut
797797
798798
=== modified file 'bin/pt-mysql-summary'
--- bin/pt-mysql-summary 2014-05-25 02:34:37 +0000
+++ bin/pt-mysql-summary 2014-06-05 07:26:17 +0000
@@ -3089,7 +3089,7 @@
30893089
3090=head1 VERSION3090=head1 VERSION
30913091
3092pt-mysql-summary 2.2.73092pt-mysql-summary 2.2.8
30933093
3094=cut3094=cut
30953095
30963096
=== modified file 'bin/pt-online-schema-change'
--- bin/pt-online-schema-change 2014-05-30 01:09:13 +0000
+++ bin/pt-online-schema-change 2014-06-05 07:26:17 +0000
@@ -11541,6 +11541,6 @@
1154111541
11542=head1 VERSION11542=head1 VERSION
1154311543
11544pt-online-schema-change 2.2.711544pt-online-schema-change 2.2.8
1154511545
11546=cut11546=cut
1154711547
=== modified file 'bin/pt-pmp'
--- bin/pt-pmp 2014-02-20 08:10:16 +0000
+++ bin/pt-pmp 2014-06-05 07:26:17 +0000
@@ -889,7 +889,7 @@
889889
890=head1 VERSION890=head1 VERSION
891891
892pt-pmp 2.2.7892pt-pmp 2.2.8
893893
894=cut894=cut
895895
896896
=== modified file 'bin/pt-query-digest'
--- bin/pt-query-digest 2014-05-30 01:09:13 +0000
+++ bin/pt-query-digest 2014-06-05 07:26:17 +0000
@@ -16587,6 +16587,6 @@
1658716587
16588=head1 VERSION16588=head1 VERSION
1658916589
16590pt-query-digest 2.2.716590pt-query-digest 2.2.8
1659116591
16592=cut16592=cut
1659316593
=== modified file 'bin/pt-show-grants'
--- bin/pt-show-grants 2014-05-24 21:36:33 +0000
+++ bin/pt-show-grants 2014-06-05 07:26:17 +0000
@@ -2406,6 +2406,6 @@
24062406
2407=head1 VERSION2407=head1 VERSION
24082408
2409pt-show-grants 2.2.72409pt-show-grants 2.2.8
24102410
2411=cut2411=cut
24122412
=== modified file 'bin/pt-sift'
--- bin/pt-sift 2014-02-20 08:10:16 +0000
+++ bin/pt-sift 2014-06-05 07:26:17 +0000
@@ -1237,7 +1237,7 @@
12371237
1238=head1 VERSION1238=head1 VERSION
12391239
1240pt-sift 2.2.71240pt-sift 2.2.8
12411241
1242=cut1242=cut
12431243
12441244
=== modified file 'bin/pt-slave-delay'
--- bin/pt-slave-delay 2014-05-30 01:09:13 +0000
+++ bin/pt-slave-delay 2014-06-05 07:26:17 +0000
@@ -4869,6 +4869,6 @@
48694869
4870=head1 VERSION4870=head1 VERSION
48714871
4872pt-slave-delay 2.2.74872pt-slave-delay 2.2.8
48734873
4874=cut4874=cut
48754875
=== modified file 'bin/pt-slave-find'
--- bin/pt-slave-find 2014-05-24 21:36:33 +0000
+++ bin/pt-slave-find 2014-06-05 07:26:17 +0000
@@ -4334,6 +4334,6 @@
43344334
4335=head1 VERSION4335=head1 VERSION
43364336
4337pt-slave-find 2.2.74337pt-slave-find 2.2.8
43384338
4339=cut4339=cut
43404340
=== modified file 'bin/pt-slave-restart'
--- bin/pt-slave-restart 2014-05-30 01:09:13 +0000
+++ bin/pt-slave-restart 2014-06-05 07:26:17 +0000
@@ -5937,6 +5937,6 @@
59375937
5938=head1 VERSION5938=head1 VERSION
59395939
5940pt-slave-restart 2.2.75940pt-slave-restart 2.2.8
59415941
5942=cut5942=cut
59435943
=== modified file 'bin/pt-stalk'
--- bin/pt-stalk 2014-02-20 08:10:16 +0000
+++ bin/pt-stalk 2014-06-05 07:26:17 +0000
@@ -2212,7 +2212,7 @@
22122212
2213=head1 VERSION2213=head1 VERSION
22142214
2215pt-stalk 2.2.72215pt-stalk 2.2.8
22162216
2217=cut2217=cut
22182218
22192219
=== modified file 'bin/pt-summary'
--- bin/pt-summary 2014-02-20 08:10:16 +0000
+++ bin/pt-summary 2014-06-05 07:26:17 +0000
@@ -2690,7 +2690,7 @@
26902690
2691=head1 VERSION2691=head1 VERSION
26922692
2693pt-summary 2.2.72693pt-summary 2.2.8
26942694
2695=cut2695=cut
26962696
26972697
=== modified file 'bin/pt-table-checksum'
--- bin/pt-table-checksum 2014-05-30 01:09:13 +0000
+++ bin/pt-table-checksum 2014-06-05 07:26:17 +0000
@@ -12674,6 +12674,6 @@
1267412674
12675=head1 VERSION12675=head1 VERSION
1267612676
12677pt-table-checksum 2.2.712677pt-table-checksum 2.2.8
1267812678
12679=cut12679=cut
1268012680
=== modified file 'bin/pt-table-sync'
--- bin/pt-table-sync 2014-05-30 01:09:13 +0000
+++ bin/pt-table-sync 2014-06-05 07:26:17 +0000
@@ -12768,6 +12768,6 @@
1276812768
12769=head1 VERSION12769=head1 VERSION
1277012770
12771pt-table-sync 2.2.712771pt-table-sync 2.2.8
1277212772
12773=cut12773=cut
1277412774
=== modified file 'bin/pt-table-usage'
--- bin/pt-table-usage 2014-05-28 17:03:30 +0000
+++ bin/pt-table-usage 2014-06-05 07:26:17 +0000
@@ -7536,6 +7536,6 @@
75367536
7537=head1 VERSION7537=head1 VERSION
75387538
7539pt-table-usage 2.2.77539pt-table-usage 2.2.8
75407540
7541=cut7541=cut
75427542
=== modified file 'bin/pt-upgrade'
--- bin/pt-upgrade 2014-05-30 01:09:13 +0000
+++ bin/pt-upgrade 2014-06-05 07:26:17 +0000
@@ -11224,6 +11224,6 @@
1122411224
11225=head1 VERSION11225=head1 VERSION
1122611226
11227pt-upgrade 2.2.711227pt-upgrade 2.2.8
1122811228
11229=cut11229=cut
1123011230
=== modified file 'bin/pt-variable-advisor'
--- bin/pt-variable-advisor 2014-05-30 01:09:13 +0000
+++ bin/pt-variable-advisor 2014-06-05 07:26:17 +0000
@@ -6138,6 +6138,6 @@
61386138
6139=head1 VERSION6139=head1 VERSION
61406140
6141pt-variable-advisor 2.2.76141pt-variable-advisor 2.2.8
61426142
6143=cut6143=cut
61446144
=== modified file 'bin/pt-visual-explain'
--- bin/pt-visual-explain 2014-05-24 21:36:33 +0000
+++ bin/pt-visual-explain 2014-06-05 07:26:17 +0000
@@ -3243,6 +3243,6 @@
32433243
3244=head1 VERSION3244=head1 VERSION
32453245
3246pt-visual-explain 2.2.73246pt-visual-explain 2.2.8
32473247
3248=cut3248=cut
32493249
=== modified file 'config/deb/changelog'
--- config/deb/changelog 2014-02-20 08:10:16 +0000
+++ config/deb/changelog 2014-06-05 07:26:17 +0000
@@ -1,3 +1,17 @@
1percona-toolkit (2.2.8) unstable; urgency=low
2
3 * Removed pt-agent
4 * Added pt-slave-restart GTID support
5 * Added pt-table-checksum --plugin
6 * Fixed bug 1304062: --ignore-tables does not work correctly
7 * Fixed bug 1295667: pt-deadlock-logger logs incorrect ts
8 * Fixed bug 1254233: pt-mysql-summary blank InnoDB section for 5.6
9 * Fixed bug 1286250: pt-online-schema-change requests password twice
10 * Fixed bug 965553: pt-query-digest dosn't fingerprint true/false literals correctly
11 * Fixed bug 290911: pt-show-grant --ask-pass prints "Enter password" to STDOUT
12
13 -- Percona Toolkit Developers <toolkit-dev@percona.com> Thu, 05 Jun 2014 07:07:52 +0000
14
1percona-toolkit (2.2.7) unstable; urgency=low15percona-toolkit (2.2.7) unstable; urgency=low
216
3 * Fixed bug 1279502: --version-check behaves like spyware17 * Fixed bug 1279502: --version-check behaves like spyware
418
=== modified file 'config/sphinx-build/conf.py'
--- config/sphinx-build/conf.py 2014-02-20 08:10:16 +0000
+++ config/sphinx-build/conf.py 2014-06-05 07:26:17 +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.7'53release = '2.2.8'
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 2014-05-27 17:15:37 +0000
+++ docs/percona-toolkit.pod 2014-06-05 07:26:17 +0000
@@ -26,10 +26,6 @@
2626
27=over27=over
2828
29=item pt-agent
30
31Agent for Percona Cloud Tools
32
33=item pt-align29=item pt-align
3430
35Align output from other tools to columns.31Align output from other tools to columns.
@@ -561,6 +557,6 @@
561557
562=head1 VERSION558=head1 VERSION
563559
564Percona Toolkit v2.2.7 released 2014-02-20560Percona Toolkit v2.2.8 released 2014-06-05
565561
566=cut562=cut
567563
=== modified file 'docs/release_notes.rst'
--- docs/release_notes.rst 2014-04-20 19:54:46 +0000
+++ docs/release_notes.rst 2014-06-05 07:26:17 +0000
@@ -1,6 +1,47 @@
1Release Notes1Release Notes
2*************2*************
33
4v2.2.8 released 2014-06-04
5==========================
6
7Percona Toolkit 2.2.8 has been released. This release has two new features and six bug fixes.
8
9New Features:
10
11* pt-agent has been replaced by percona-agent. More information on percona-agent can be found in the `Introducing the 3-Minute MySQL Monitor <http://www.mysqlperformanceblog.com/2014/05/23/3-minute-mysql-monitor/>`_ blogpost.
12* pt-slave-restart now supports MySQL 5.6 global transaction IDs.
13
14* pt-table-checkum now has new --plugin option which is similar to pt-online-schema-change --plugin
15
16Bugs Fixed:
17
18* Fixed bug 1254233: pt-mysql-summary was showing blank InnoDB section for 5.6 because it was using ``have_innodb`` variable which was removed in MySQL 5.6.
19
20* Fixed bug 965553: pt-query-digest didn't fingerprint true/false literals correctly.
21
22* Fixed bug 1286250: pt-online-schema-change was requesting password twice.
23
24* Fixed bug 1295667: pt-deadlock-logger was logging incorrect timestamp because tool wasn't aware of the time-zones.
25
26* Fixed bug 1304062: when multiple tables were specified with pt-table-checksum --ignore-tables, only one of them would be ignored.
27
28* Fixed bug : pt-show-grant --ask-pass option was asking for password in ``STDOUT`` instead of ``STDERR`` where it could be seen.
29
30Percona Toolkit packages can be downloaded from http://www.percona.com/downloads/percona-toolkit/ or the Percona Software Repositories (http://www.percona.com/software/repositories/).
31
32Changelog
33---------
34
35* Removed pt-agent
36* Added pt-slave-restart GTID support
37* Added pt-table-checksum --plugin
38* Fixed bug 1304062: --ignore-tables does not work correctly
39* Fixed bug 1295667: pt-deadlock-logger logs incorrect ts
40* Fixed bug 1254233: pt-mysql-summary blank InnoDB section for 5.6
41* Fixed bug 1286250: pt-online-schema-change requests password twice
42* Fixed bug 965553: pt-query-digest dosn't fingerprint true/false literals correctly
43* Fixed bug 290911: pt-show-grant --ask-pass prints "Enter password" to STDOUT
44
4v2.2.7 released 2014-02-2045v2.2.7 released 2014-02-20
5==========================46==========================
647

Subscribers

People subscribed via source and target branches