Build percona-toolkit-2.1.1

This commit is contained in:
Daniel Nichter
2012-04-03 12:42:45 -07:00
parent 81ab030c2b
commit c3724aedca
43 changed files with 127 additions and 44 deletions

View File

@@ -1,5 +1,7 @@
Changelog for Percona Toolkit Changelog for Percona Toolkit
v2.1.1 released 2012-04-03
* Completely redesigned pt-online-schema-change * Completely redesigned pt-online-schema-change
* Completely redesigned pt-mysql-summary * Completely redesigned pt-mysql-summary
* Completely redesigned pt-summary * Completely redesigned pt-summary

View File

@@ -12,6 +12,7 @@ bin/pt-diskstats
bin/pt-duplicate-key-checker bin/pt-duplicate-key-checker
bin/pt-fifo-split bin/pt-fifo-split
bin/pt-find bin/pt-find
bin/pt-fingerprint
bin/pt-fk-error-logger bin/pt-fk-error-logger
bin/pt-heartbeat bin/pt-heartbeat
bin/pt-index-usage bin/pt-index-usage
@@ -33,6 +34,7 @@ bin/pt-stalk
bin/pt-summary bin/pt-summary
bin/pt-table-checksum bin/pt-table-checksum
bin/pt-table-sync bin/pt-table-sync
bin/pt-table-usage
bin/pt-tcp-model bin/pt-tcp-model
bin/pt-trend bin/pt-trend
bin/pt-upgrade bin/pt-upgrade

View File

@@ -2,7 +2,7 @@ use ExtUtils::MakeMaker;
WriteMakefile( WriteMakefile(
NAME => 'percona-toolkit', NAME => 'percona-toolkit',
VERSION => '2.0.4', VERSION => '2.1.1',
EXE_FILES => [ <bin/*> ], EXE_FILES => [ <bin/*> ],
MAN1PODS => { MAN1PODS => {
'docs/percona-toolkit.pod' => 'blib/man1/percona-toolkit.1', 'docs/percona-toolkit.pod' => 'blib/man1/percona-toolkit.1',

View File

@@ -218,6 +218,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-align 2.0.4 pt-align 2.1.1
=cut =cut

View File

@@ -5726,6 +5726,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-archiver 2.0.4 pt-archiver 2.1.1
=cut =cut

View File

@@ -3405,6 +3405,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-config-diff 2.0.4 pt-config-diff 2.1.1
=cut =cut

View File

@@ -2740,6 +2740,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-deadlock-logger 2.0.4 pt-deadlock-logger 2.1.1
=cut =cut

View File

@@ -4109,6 +4109,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-diskstats 2.0.4 pt-diskstats 2.1.1
=cut =cut

View File

@@ -4353,6 +4353,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-duplicate-key-checker 2.0.4 pt-duplicate-key-checker 2.1.1
=cut =cut

View File

@@ -1547,6 +1547,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-fifo-split 2.0.4 pt-fifo-split 2.1.1
=cut =cut

View File

@@ -3822,6 +3822,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-find 2.0.4 pt-find 2.1.1
=cut =cut

View File

@@ -2138,6 +2138,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-fingerprint 2.0.0 pt-fingerprint 2.1.1
=cut =cut

View File

@@ -2460,6 +2460,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-fk-error-logger 2.0.4 pt-fk-error-logger 2.1.1
=cut =cut

View File

@@ -4395,6 +4395,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-heartbeat 2.0.4 pt-heartbeat 2.1.1
=cut =cut

View File

@@ -6264,6 +6264,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-index-usage 2.0.4 pt-index-usage 2.1.1
=cut =cut

View File

@@ -1037,7 +1037,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-ioprofile 2.0.4 pt-ioprofile 2.1.1
=cut =cut

View File

@@ -4857,6 +4857,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-kill 2.0.4 pt-kill 2.1.1
=cut =cut

View File

@@ -3604,6 +3604,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-log-player 2.0.4 pt-log-player 2.1.1
=cut =cut

View File

@@ -279,7 +279,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-mext 2.0.4 pt-mext 2.1.1
=cut =cut

View File

@@ -2867,7 +2867,7 @@ L<http://www.percona.com/software/> for more software developed by Percona.
=head1 COPYRIGHT, LICENSE, AND WARRANTY =head1 COPYRIGHT, LICENSE, AND WARRANTY
This program is copyright 2010-2011 Baron Schwartz, 2011 Percona Inc. This program is copyright 2010-2011 Baron Schwartz, 2011-2012 Percona Inc.
Feedback and improvements are welcome. Feedback and improvements are welcome.
THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
@@ -2886,7 +2886,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-mysql-summary 2.0.4 pt-mysql-summary 2.1.1
=cut =cut

View File

@@ -7487,6 +7487,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-online-schema-change 2.1.0 pt-online-schema-change 2.1.1
=cut =cut

View File

@@ -390,7 +390,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-pmp 2.0.4 pt-pmp 2.1.1
=cut =cut

View File

@@ -7169,6 +7169,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-query-advisor 2.0.4 pt-query-advisor 2.1.1
=cut =cut

View File

@@ -15726,6 +15726,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-query-digest 2.0.4 pt-query-digest 2.1.1
=cut =cut

View File

@@ -2227,6 +2227,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-show-grants 2.0.4 pt-show-grants 2.1.1
=cut =cut

View File

@@ -726,7 +726,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-sift 2.0.4 pt-sift 2.1.1
=cut =cut

View File

@@ -2713,6 +2713,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-slave-delay 2.0.4 pt-slave-delay 2.1.1
=cut =cut

View File

@@ -3279,6 +3279,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-slave-find 2.0.4 pt-slave-find 2.1.1
=cut =cut

View File

@@ -3450,6 +3450,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-slave-restart 2.0.4 pt-slave-restart 2.1.1
=cut =cut

View File

@@ -1720,7 +1720,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-stalk 2.0.4 pt-stalk 2.1.1
=cut =cut

View File

@@ -2559,7 +2559,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-summary 2.0.4 pt-summary 2.1.1
=cut =cut

View File

@@ -8524,6 +8524,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-table-checksum 2.0.4 pt-table-checksum 2.1.1
=cut =cut

View File

@@ -10456,6 +10456,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-table-sync 2.0.4 pt-table-sync 2.1.1
=cut =cut

View File

@@ -7218,6 +7218,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-table-usage 2.0.0 pt-table-usage 2.1.1
=cut =cut

View File

@@ -2412,6 +2412,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-tcp-model 2.0.4 pt-tcp-model 2.1.1
=cut =cut

View File

@@ -2098,6 +2098,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-trend 2.0.4 pt-trend 2.1.1
=cut =cut

View File

@@ -11932,6 +11932,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-upgrade 2.0.4 pt-upgrade 2.1.1
=cut =cut

View File

@@ -3903,6 +3903,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-variable-advisor 2.0.4 pt-variable-advisor 2.1.1
=cut =cut

View File

@@ -3095,6 +3095,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-visual-explain 2.0.4 pt-visual-explain 2.1.1
=cut =cut

View File

@@ -1,3 +1,26 @@
percona-toolkit (2.1.1) unstable; urgency=low
* Completely redesigned pt-online-schema-change
* Completely redesigned pt-mysql-summary
* Completely redesigned pt-summary
* Added new tool: pt-table-usage
* Added new tool: pt-fingerprint
* Fixed bug 955860: pt-stalk doesn't run vmstat, iostat, and mpstat for --run-time
* Fixed bug 960513: SHOW TABLE STATUS is used needlessly
* Fixed bug 969726: pt-online-schema-change loses foreign keys
* Fixed bug 846028: pt-online-schema-change does not show progress until completed
* Fixed bug 898695: pt-online-schema-change add useless ORDER BY
* Fixed bug 952727: pt-diskstats shows incorrect wr_mb_s
* Fixed bug 963225: pt-query-digest fails to set history columns for disk tmp tables and disk filesort
* Fixed bug 967451: Char chunking doesn't quote column name
* Fixed bug 972399: pt-table-checksum docs are not rendered right
* Fixed bug 896553: Various documentation spelling fixes
* Fixed bug 949154: pt-variable-advisor advice for relay-log-space-limit
* Fixed bug 953461: pt-upgrade manual broken 'output' section
* Fixed bug 949653: pt-table-checksum docs don't mention risks posed by inconsistent schemas
-- Percona Toolkit Developers <toolkit-dev@percona.com> Tue, 03 Apr 2012 19:40:42 +0000
percona-toolkit (2.0.4) unstable; urgency=low percona-toolkit (2.0.4) unstable; urgency=low
* Added --filter to pt-kill to allow arbitrary --group-by * Added --filter to pt-kill to allow arbitrary --group-by

View File

@@ -48,9 +48,9 @@ copyright = u'2011, Percona Inc'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '2.0' version = '2.1'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '2.0.4' release = '2.1.1'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.

View File

@@ -58,6 +58,10 @@ Split files and pipe lines to a fifo without really splitting.
Find MySQL tables and execute actions, like GNU find. Find MySQL tables and execute actions, like GNU find.
=item pt-fingerprint
Convert queries into fingerprints.
=item pt-fk-error-logger =item pt-fk-error-logger
Extract and log MySQL foreign key errors. Extract and log MySQL foreign key errors.
@@ -88,11 +92,11 @@ Look at many samples of MySQL C<SHOW GLOBAL STATUS> side-by-side.
=item pt-mysql-summary =item pt-mysql-summary
Summarize MySQL information in a nice way. Summarize MySQL information nicely.
=item pt-online-schema-change =item pt-online-schema-change
Perform online, non-blocking table schema changes. ALTER tables without locking them.
=item pt-pmp =item pt-pmp
@@ -132,7 +136,7 @@ Gather forensic data about MySQL when a problem occurs.
=item pt-summary =item pt-summary
Summarize system information in a nice way. Summarize system information nicely.
=item pt-table-checksum =item pt-table-checksum
@@ -142,6 +146,10 @@ Verify MySQL replication integrity.
Synchronize MySQL table data efficiently. Synchronize MySQL table data efficiently.
=item pt-table-usage
Analyze how queries use tables.
=item pt-tcp-model =item pt-tcp-model
Transform tcpdump into metrics that permit performance and scalability modeling. Transform tcpdump into metrics that permit performance and scalability modeling.
@@ -488,6 +496,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
Percona Toolkit v2.0.4 released 2012-03-07 Percona Toolkit v2.1.1 released 2012-04-03
=cut =cut

View File

@@ -1,6 +1,54 @@
Release Notes Release Notes
************* *************
v2.1.1 released 2012-04-03
==========================
Percona Toolkit 2.1.1 has been released. This is the first release in the
new 2.1 series which supersedes the 2.0 series. We will continue to fix bugs
in 2.0, but 2.1 is now the focus of development.
2.1 introduces a lot of new code for:
* pt-online-schema-change (completely redesigned)
* pt-mysql-summary (completely redesigned)
* pt-summary (completely redesigned)
* pt-fingerprint (new tool)
* pt-table-usage (new tool)
There were also several bug fixes.
The redesigned tools are meant to replace their 2.0 counterparts because
the 2.1 versions have the same or more functionality and they are simpler
and more reliable. pt-online-schema-change was particularly enhanced to
be as safe as possible given that the tool is inherently risky.
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/).
Changelog
---------
* Completely redesigned pt-online-schema-change
* Completely redesigned pt-mysql-summary
* Completely redesigned pt-summary
* Added new tool: pt-table-usage
* Added new tool: pt-fingerprint
* Fixed bug 955860: pt-stalk doesn't run vmstat, iostat, and mpstat for --run-time
* Fixed bug 960513: SHOW TABLE STATUS is used needlessly
* Fixed bug 969726: pt-online-schema-change loses foreign keys
* Fixed bug 846028: pt-online-schema-change does not show progress until completed
* Fixed bug 898695: pt-online-schema-change add useless ORDER BY
* Fixed bug 952727: pt-diskstats shows incorrect wr_mb_s
* Fixed bug 963225: pt-query-digest fails to set history columns for disk tmp tables and disk filesort
* Fixed bug 967451: Char chunking doesn't quote column name
* Fixed bug 972399: pt-table-checksum docs are not rendered right
* Fixed bug 896553: Various documentation spelling fixes
* Fixed bug 949154: pt-variable-advisor advice for relay-log-space-limit
* Fixed bug 953461: pt-upgrade manual broken 'output' section
* Fixed bug 949653: pt-table-checksum docs don't mention risks posed by inconsistent schemas
v2.0.4 released 2012-03-07 v2.0.4 released 2012-03-07
========================== ==========================