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
1=== modified file 'Changelog'
2--- Changelog 2014-05-30 00:55:59 +0000
3+++ Changelog 2014-06-05 07:26:17 +0000
4@@ -1,5 +1,7 @@
5 Changelog for Percona Toolkit
6
7+v2.2.8 released 2014-06-04
8+
9 * Removed pt-agent
10 * Added pt-slave-restart GTID support
11 * Added pt-table-checksum --plugin
12
13=== modified file 'MANIFEST'
14--- MANIFEST 2013-06-17 07:08:46 +0000
15+++ MANIFEST 2014-06-05 07:26:17 +0000
16@@ -4,7 +4,6 @@
17 Makefile.PL
18 MANIFEST
19 README
20-bin/pt-agent
21 bin/pt-align
22 bin/pt-archiver
23 bin/pt-config-diff
24
25=== modified file 'Makefile.PL'
26--- Makefile.PL 2014-02-20 08:10:16 +0000
27+++ Makefile.PL 2014-06-05 07:26:17 +0000
28@@ -2,7 +2,7 @@
29
30 WriteMakefile(
31 NAME => 'percona-toolkit',
32- VERSION => '2.2.7',
33+ VERSION => '2.2.8',
34 EXE_FILES => [ <bin/*> ],
35 MAN1PODS => {
36 'docs/percona-toolkit.pod' => 'blib/man1/percona-toolkit.1p',
37
38=== modified file 'bin/pt-align'
39--- bin/pt-align 2014-05-24 21:36:33 +0000
40+++ bin/pt-align 2014-06-05 07:26:17 +0000
41@@ -1323,6 +1323,6 @@
42
43 =head1 VERSION
44
45-pt-align 2.2.7
46+pt-align 2.2.8
47
48 =cut
49
50=== modified file 'bin/pt-archiver'
51--- bin/pt-archiver 2014-05-30 01:09:13 +0000
52+++ bin/pt-archiver 2014-06-05 07:26:17 +0000
53@@ -7892,6 +7892,6 @@
54
55 =head1 VERSION
56
57-pt-archiver 2.2.7
58+pt-archiver 2.2.8
59
60 =cut
61
62=== modified file 'bin/pt-config-diff'
63--- bin/pt-config-diff 2014-05-30 01:09:13 +0000
64+++ bin/pt-config-diff 2014-06-05 07:26:17 +0000
65@@ -5733,6 +5733,6 @@
66
67 =head1 VERSION
68
69-pt-config-diff 2.2.7
70+pt-config-diff 2.2.8
71
72 =cut
73
74=== modified file 'bin/pt-deadlock-logger'
75--- bin/pt-deadlock-logger 2014-05-30 01:09:13 +0000
76+++ bin/pt-deadlock-logger 2014-06-05 07:26:17 +0000
77@@ -5522,6 +5522,6 @@
78
79 =head1 VERSION
80
81-pt-deadlock-logger 2.2.7
82+pt-deadlock-logger 2.2.8
83
84 =cut
85
86=== modified file 'bin/pt-diskstats'
87--- bin/pt-diskstats 2014-05-30 01:09:13 +0000
88+++ bin/pt-diskstats 2014-06-05 07:26:17 +0000
89@@ -5579,6 +5579,6 @@
90
91 =head1 VERSION
92
93-pt-diskstats 2.2.7
94+pt-diskstats 2.2.8
95
96 =cut
97
98=== modified file 'bin/pt-duplicate-key-checker'
99--- bin/pt-duplicate-key-checker 2014-05-30 01:09:13 +0000
100+++ bin/pt-duplicate-key-checker 2014-06-05 07:26:17 +0000
101@@ -5600,6 +5600,6 @@
102
103 =head1 VERSION
104
105-pt-duplicate-key-checker 2.2.7
106+pt-duplicate-key-checker 2.2.8
107
108 =cut
109
110=== modified file 'bin/pt-fifo-split'
111--- bin/pt-fifo-split 2014-05-24 21:36:33 +0000
112+++ bin/pt-fifo-split 2014-06-05 07:26:17 +0000
113@@ -1612,6 +1612,6 @@
114
115 =head1 VERSION
116
117-pt-fifo-split 2.2.7
118+pt-fifo-split 2.2.8
119
120 =cut
121
122=== modified file 'bin/pt-find'
123--- bin/pt-find 2014-05-30 01:09:13 +0000
124+++ bin/pt-find 2014-06-05 07:26:17 +0000
125@@ -4984,6 +4984,6 @@
126
127 =head1 VERSION
128
129-pt-find 2.2.7
130+pt-find 2.2.8
131
132 =cut
133
134=== modified file 'bin/pt-fingerprint'
135--- bin/pt-fingerprint 2014-05-24 21:36:33 +0000
136+++ bin/pt-fingerprint 2014-06-05 07:26:17 +0000
137@@ -2203,6 +2203,6 @@
138
139 =head1 VERSION
140
141-pt-fingerprint 2.2.7
142+pt-fingerprint 2.2.8
143
144 =cut
145
146=== modified file 'bin/pt-fk-error-logger'
147--- bin/pt-fk-error-logger 2014-05-30 01:09:13 +0000
148+++ bin/pt-fk-error-logger 2014-06-05 07:26:17 +0000
149@@ -4509,6 +4509,6 @@
150
151 =head1 VERSION
152
153-pt-fk-error-logger 2.2.7
154+pt-fk-error-logger 2.2.8
155
156 =cut
157
158=== modified file 'bin/pt-heartbeat'
159--- bin/pt-heartbeat 2014-05-30 01:09:13 +0000
160+++ bin/pt-heartbeat 2014-06-05 07:26:17 +0000
161@@ -6192,6 +6192,6 @@
162
163 =head1 VERSION
164
165-pt-heartbeat 2.2.7
166+pt-heartbeat 2.2.8
167
168 =cut
169
170=== modified file 'bin/pt-index-usage'
171--- bin/pt-index-usage 2014-05-30 01:09:13 +0000
172+++ bin/pt-index-usage 2014-06-05 07:26:17 +0000
173@@ -7532,6 +7532,6 @@
174
175 =head1 VERSION
176
177-pt-index-usage 2.2.7
178+pt-index-usage 2.2.8
179
180 =cut
181
182=== modified file 'bin/pt-ioprofile'
183--- bin/pt-ioprofile 2014-02-20 08:10:16 +0000
184+++ bin/pt-ioprofile 2014-06-05 07:26:17 +0000
185@@ -1119,7 +1119,7 @@
186
187 =head1 VERSION
188
189-pt-ioprofile 2.2.7
190+pt-ioprofile 2.2.8
191
192 =cut
193
194
195=== modified file 'bin/pt-kill'
196--- bin/pt-kill 2014-05-30 01:09:13 +0000
197+++ bin/pt-kill 2014-06-05 07:26:17 +0000
198@@ -8183,6 +8183,6 @@
199
200 =head1 VERSION
201
202-pt-kill 2.2.7
203+pt-kill 2.2.8
204
205 =cut
206
207=== modified file 'bin/pt-mext'
208--- bin/pt-mext 2014-02-20 08:10:16 +0000
209+++ bin/pt-mext 2014-06-05 07:26:17 +0000
210@@ -791,7 +791,7 @@
211
212 =head1 VERSION
213
214-pt-mext 2.2.7
215+pt-mext 2.2.8
216
217 =cut
218
219
220=== modified file 'bin/pt-mysql-summary'
221--- bin/pt-mysql-summary 2014-05-25 02:34:37 +0000
222+++ bin/pt-mysql-summary 2014-06-05 07:26:17 +0000
223@@ -3089,7 +3089,7 @@
224
225 =head1 VERSION
226
227-pt-mysql-summary 2.2.7
228+pt-mysql-summary 2.2.8
229
230 =cut
231
232
233=== modified file 'bin/pt-online-schema-change'
234--- bin/pt-online-schema-change 2014-05-30 01:09:13 +0000
235+++ bin/pt-online-schema-change 2014-06-05 07:26:17 +0000
236@@ -11541,6 +11541,6 @@
237
238 =head1 VERSION
239
240-pt-online-schema-change 2.2.7
241+pt-online-schema-change 2.2.8
242
243 =cut
244
245=== modified file 'bin/pt-pmp'
246--- bin/pt-pmp 2014-02-20 08:10:16 +0000
247+++ bin/pt-pmp 2014-06-05 07:26:17 +0000
248@@ -889,7 +889,7 @@
249
250 =head1 VERSION
251
252-pt-pmp 2.2.7
253+pt-pmp 2.2.8
254
255 =cut
256
257
258=== modified file 'bin/pt-query-digest'
259--- bin/pt-query-digest 2014-05-30 01:09:13 +0000
260+++ bin/pt-query-digest 2014-06-05 07:26:17 +0000
261@@ -16587,6 +16587,6 @@
262
263 =head1 VERSION
264
265-pt-query-digest 2.2.7
266+pt-query-digest 2.2.8
267
268 =cut
269
270=== modified file 'bin/pt-show-grants'
271--- bin/pt-show-grants 2014-05-24 21:36:33 +0000
272+++ bin/pt-show-grants 2014-06-05 07:26:17 +0000
273@@ -2406,6 +2406,6 @@
274
275 =head1 VERSION
276
277-pt-show-grants 2.2.7
278+pt-show-grants 2.2.8
279
280 =cut
281
282=== modified file 'bin/pt-sift'
283--- bin/pt-sift 2014-02-20 08:10:16 +0000
284+++ bin/pt-sift 2014-06-05 07:26:17 +0000
285@@ -1237,7 +1237,7 @@
286
287 =head1 VERSION
288
289-pt-sift 2.2.7
290+pt-sift 2.2.8
291
292 =cut
293
294
295=== modified file 'bin/pt-slave-delay'
296--- bin/pt-slave-delay 2014-05-30 01:09:13 +0000
297+++ bin/pt-slave-delay 2014-06-05 07:26:17 +0000
298@@ -4869,6 +4869,6 @@
299
300 =head1 VERSION
301
302-pt-slave-delay 2.2.7
303+pt-slave-delay 2.2.8
304
305 =cut
306
307=== modified file 'bin/pt-slave-find'
308--- bin/pt-slave-find 2014-05-24 21:36:33 +0000
309+++ bin/pt-slave-find 2014-06-05 07:26:17 +0000
310@@ -4334,6 +4334,6 @@
311
312 =head1 VERSION
313
314-pt-slave-find 2.2.7
315+pt-slave-find 2.2.8
316
317 =cut
318
319=== modified file 'bin/pt-slave-restart'
320--- bin/pt-slave-restart 2014-05-30 01:09:13 +0000
321+++ bin/pt-slave-restart 2014-06-05 07:26:17 +0000
322@@ -5937,6 +5937,6 @@
323
324 =head1 VERSION
325
326-pt-slave-restart 2.2.7
327+pt-slave-restart 2.2.8
328
329 =cut
330
331=== modified file 'bin/pt-stalk'
332--- bin/pt-stalk 2014-02-20 08:10:16 +0000
333+++ bin/pt-stalk 2014-06-05 07:26:17 +0000
334@@ -2212,7 +2212,7 @@
335
336 =head1 VERSION
337
338-pt-stalk 2.2.7
339+pt-stalk 2.2.8
340
341 =cut
342
343
344=== modified file 'bin/pt-summary'
345--- bin/pt-summary 2014-02-20 08:10:16 +0000
346+++ bin/pt-summary 2014-06-05 07:26:17 +0000
347@@ -2690,7 +2690,7 @@
348
349 =head1 VERSION
350
351-pt-summary 2.2.7
352+pt-summary 2.2.8
353
354 =cut
355
356
357=== modified file 'bin/pt-table-checksum'
358--- bin/pt-table-checksum 2014-05-30 01:09:13 +0000
359+++ bin/pt-table-checksum 2014-06-05 07:26:17 +0000
360@@ -12674,6 +12674,6 @@
361
362 =head1 VERSION
363
364-pt-table-checksum 2.2.7
365+pt-table-checksum 2.2.8
366
367 =cut
368
369=== modified file 'bin/pt-table-sync'
370--- bin/pt-table-sync 2014-05-30 01:09:13 +0000
371+++ bin/pt-table-sync 2014-06-05 07:26:17 +0000
372@@ -12768,6 +12768,6 @@
373
374 =head1 VERSION
375
376-pt-table-sync 2.2.7
377+pt-table-sync 2.2.8
378
379 =cut
380
381=== modified file 'bin/pt-table-usage'
382--- bin/pt-table-usage 2014-05-28 17:03:30 +0000
383+++ bin/pt-table-usage 2014-06-05 07:26:17 +0000
384@@ -7536,6 +7536,6 @@
385
386 =head1 VERSION
387
388-pt-table-usage 2.2.7
389+pt-table-usage 2.2.8
390
391 =cut
392
393=== modified file 'bin/pt-upgrade'
394--- bin/pt-upgrade 2014-05-30 01:09:13 +0000
395+++ bin/pt-upgrade 2014-06-05 07:26:17 +0000
396@@ -11224,6 +11224,6 @@
397
398 =head1 VERSION
399
400-pt-upgrade 2.2.7
401+pt-upgrade 2.2.8
402
403 =cut
404
405=== modified file 'bin/pt-variable-advisor'
406--- bin/pt-variable-advisor 2014-05-30 01:09:13 +0000
407+++ bin/pt-variable-advisor 2014-06-05 07:26:17 +0000
408@@ -6138,6 +6138,6 @@
409
410 =head1 VERSION
411
412-pt-variable-advisor 2.2.7
413+pt-variable-advisor 2.2.8
414
415 =cut
416
417=== modified file 'bin/pt-visual-explain'
418--- bin/pt-visual-explain 2014-05-24 21:36:33 +0000
419+++ bin/pt-visual-explain 2014-06-05 07:26:17 +0000
420@@ -3243,6 +3243,6 @@
421
422 =head1 VERSION
423
424-pt-visual-explain 2.2.7
425+pt-visual-explain 2.2.8
426
427 =cut
428
429=== modified file 'config/deb/changelog'
430--- config/deb/changelog 2014-02-20 08:10:16 +0000
431+++ config/deb/changelog 2014-06-05 07:26:17 +0000
432@@ -1,3 +1,17 @@
433+percona-toolkit (2.2.8) unstable; urgency=low
434+
435+ * Removed pt-agent
436+ * Added pt-slave-restart GTID support
437+ * Added pt-table-checksum --plugin
438+ * Fixed bug 1304062: --ignore-tables does not work correctly
439+ * Fixed bug 1295667: pt-deadlock-logger logs incorrect ts
440+ * Fixed bug 1254233: pt-mysql-summary blank InnoDB section for 5.6
441+ * Fixed bug 1286250: pt-online-schema-change requests password twice
442+ * Fixed bug 965553: pt-query-digest dosn't fingerprint true/false literals correctly
443+ * Fixed bug 290911: pt-show-grant --ask-pass prints "Enter password" to STDOUT
444+
445+ -- Percona Toolkit Developers <toolkit-dev@percona.com> Thu, 05 Jun 2014 07:07:52 +0000
446+
447 percona-toolkit (2.2.7) unstable; urgency=low
448
449 * Fixed bug 1279502: --version-check behaves like spyware
450
451=== modified file 'config/sphinx-build/conf.py'
452--- config/sphinx-build/conf.py 2014-02-20 08:10:16 +0000
453+++ config/sphinx-build/conf.py 2014-06-05 07:26:17 +0000
454@@ -50,7 +50,7 @@
455 # The short X.Y version.
456 version = '2.2'
457 # The full version, including alpha/beta/rc tags.
458-release = '2.2.7'
459+release = '2.2.8'
460
461 # The language for content autogenerated by Sphinx. Refer to documentation
462 # for a list of supported languages.
463
464=== modified file 'docs/percona-toolkit.pod'
465--- docs/percona-toolkit.pod 2014-05-27 17:15:37 +0000
466+++ docs/percona-toolkit.pod 2014-06-05 07:26:17 +0000
467@@ -26,10 +26,6 @@
468
469 =over
470
471-=item pt-agent
472-
473-Agent for Percona Cloud Tools
474-
475 =item pt-align
476
477 Align output from other tools to columns.
478@@ -561,6 +557,6 @@
479
480 =head1 VERSION
481
482-Percona Toolkit v2.2.7 released 2014-02-20
483+Percona Toolkit v2.2.8 released 2014-06-05
484
485 =cut
486
487=== modified file 'docs/release_notes.rst'
488--- docs/release_notes.rst 2014-04-20 19:54:46 +0000
489+++ docs/release_notes.rst 2014-06-05 07:26:17 +0000
490@@ -1,6 +1,47 @@
491 Release Notes
492 *************
493
494+v2.2.8 released 2014-06-04
495+==========================
496+
497+Percona Toolkit 2.2.8 has been released. This release has two new features and six bug fixes.
498+
499+New Features:
500+
501+* 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.
502+* pt-slave-restart now supports MySQL 5.6 global transaction IDs.
503+
504+* pt-table-checkum now has new --plugin option which is similar to pt-online-schema-change --plugin
505+
506+Bugs Fixed:
507+
508+* 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.
509+
510+* Fixed bug 965553: pt-query-digest didn't fingerprint true/false literals correctly.
511+
512+* Fixed bug 1286250: pt-online-schema-change was requesting password twice.
513+
514+* Fixed bug 1295667: pt-deadlock-logger was logging incorrect timestamp because tool wasn't aware of the time-zones.
515+
516+* Fixed bug 1304062: when multiple tables were specified with pt-table-checksum --ignore-tables, only one of them would be ignored.
517+
518+* Fixed bug : pt-show-grant --ask-pass option was asking for password in ``STDOUT`` instead of ``STDERR`` where it could be seen.
519+
520+Percona Toolkit packages can be downloaded from http://www.percona.com/downloads/percona-toolkit/ or the Percona Software Repositories (http://www.percona.com/software/repositories/).
521+
522+Changelog
523+---------
524+
525+* Removed pt-agent
526+* Added pt-slave-restart GTID support
527+* Added pt-table-checksum --plugin
528+* Fixed bug 1304062: --ignore-tables does not work correctly
529+* Fixed bug 1295667: pt-deadlock-logger logs incorrect ts
530+* Fixed bug 1254233: pt-mysql-summary blank InnoDB section for 5.6
531+* Fixed bug 1286250: pt-online-schema-change requests password twice
532+* Fixed bug 965553: pt-query-digest dosn't fingerprint true/false literals correctly
533+* Fixed bug 290911: pt-show-grant --ask-pass prints "Enter password" to STDOUT
534+
535 v2.2.7 released 2014-02-20
536 ==========================
537

Subscribers

People subscribed via source and target branches