diff --git a/Changelog b/Changelog index f5731218..298d66a1 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,22 @@ Changelog for Percona Toolkit +v2.2.5 released 2013-10-16 + + * Added Query_time histogram bucket counts to pt-query-digest JSON output + * Added pt-online-schema-change --[no]drop-triggers option + * Fixed bug #1199589: pt-archiver deletes data despite --dry-run + * Fixed bug #944051: pt-table-checksum has ambiguous exit status + * Fixed bug #1209436: pt-kill --log-dsn may not work on Perl 5.8 + * Fixed bug #1210537: pt-table-checksum --recursion-method=cluster crashes if no nodes are found + * Fixed bug #1215608: pt-online-schema-change new table suffix is hard-coded + * Fixed bug #1229861: pt-table-sync quotes float values, can't sync + * Fixed bug #821692: pt-query-digest doesn't distill LOAD DATA correctly + * Fixed bug #984053: pt-query-digest doesn't distill INSERT/REPLACE without INTO correctly + * Fixed bug #1206728: pt-deadlock-logger 2.2 requires DSN on command line + * Fixed bug #1226721: pt-agent on CentOS 5 fails to send data + * Fixed bug #821690: pt-query-digest doesn't distill IF EXISTS correctly + * Fixed bug #1206677: pt-agent docs reference clodu.percona.com + v2.2.4 released 2013-07-18 * Implemented pt-query-digest anonymous JSON output diff --git a/Makefile.PL b/Makefile.PL index fa8fd2a1..47d593e0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,7 +2,7 @@ use ExtUtils::MakeMaker; WriteMakefile( NAME => 'percona-toolkit', - VERSION => '2.2.4', + VERSION => '2.2.5', EXE_FILES => [ ], MAN1PODS => { 'docs/percona-toolkit.pod' => 'blib/man1/percona-toolkit.1p', diff --git a/bin/pt-agent b/bin/pt-agent index 14ab7fc3..c6a50208 100755 --- a/bin/pt-agent +++ b/bin/pt-agent @@ -9707,6 +9707,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-agent 2.2.4 +pt-agent 2.2.5 =cut diff --git a/bin/pt-align b/bin/pt-align index 63a76f41..ad87df2b 100755 --- a/bin/pt-align +++ b/bin/pt-align @@ -1323,6 +1323,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-align 2.2.4 +pt-align 2.2.5 =cut diff --git a/bin/pt-archiver b/bin/pt-archiver index eb10a326..2300f765 100755 --- a/bin/pt-archiver +++ b/bin/pt-archiver @@ -7909,6 +7909,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-archiver 2.2.4 +pt-archiver 2.2.5 =cut diff --git a/bin/pt-config-diff b/bin/pt-config-diff index df58f8a1..346e99a4 100755 --- a/bin/pt-config-diff +++ b/bin/pt-config-diff @@ -5750,6 +5750,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-config-diff 2.2.4 +pt-config-diff 2.2.5 =cut diff --git a/bin/pt-deadlock-logger b/bin/pt-deadlock-logger index 9696914b..19a791d8 100755 --- a/bin/pt-deadlock-logger +++ b/bin/pt-deadlock-logger @@ -5524,6 +5524,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-deadlock-logger 2.2.4 +pt-deadlock-logger 2.2.5 =cut diff --git a/bin/pt-diskstats b/bin/pt-diskstats index f673a8a9..44182557 100755 --- a/bin/pt-diskstats +++ b/bin/pt-diskstats @@ -5596,6 +5596,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-diskstats 2.2.4 +pt-diskstats 2.2.5 =cut diff --git a/bin/pt-duplicate-key-checker b/bin/pt-duplicate-key-checker index 397386d2..c13ed5fe 100755 --- a/bin/pt-duplicate-key-checker +++ b/bin/pt-duplicate-key-checker @@ -5540,6 +5540,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-duplicate-key-checker 2.2.4 +pt-duplicate-key-checker 2.2.5 =cut diff --git a/bin/pt-fifo-split b/bin/pt-fifo-split index a5157c4d..b6075dda 100755 --- a/bin/pt-fifo-split +++ b/bin/pt-fifo-split @@ -1612,6 +1612,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-fifo-split 2.2.4 +pt-fifo-split 2.2.5 =cut diff --git a/bin/pt-find b/bin/pt-find index e0b2e0bb..f12fee51 100755 --- a/bin/pt-find +++ b/bin/pt-find @@ -5001,6 +5001,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-find 2.2.4 +pt-find 2.2.5 =cut diff --git a/bin/pt-fingerprint b/bin/pt-fingerprint index e7a2a73d..7c6eb086 100755 --- a/bin/pt-fingerprint +++ b/bin/pt-fingerprint @@ -2203,6 +2203,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-fingerprint 2.2.4 +pt-fingerprint 2.2.5 =cut diff --git a/bin/pt-fk-error-logger b/bin/pt-fk-error-logger index 4b7dc68d..90daef0c 100755 --- a/bin/pt-fk-error-logger +++ b/bin/pt-fk-error-logger @@ -4526,6 +4526,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-fk-error-logger 2.2.4 +pt-fk-error-logger 2.2.5 =cut diff --git a/bin/pt-heartbeat b/bin/pt-heartbeat index e80d21c1..2109eaac 100755 --- a/bin/pt-heartbeat +++ b/bin/pt-heartbeat @@ -6209,6 +6209,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-heartbeat 2.2.4 +pt-heartbeat 2.2.5 =cut diff --git a/bin/pt-index-usage b/bin/pt-index-usage index 3a302d1a..bcd72504 100755 --- a/bin/pt-index-usage +++ b/bin/pt-index-usage @@ -7536,6 +7536,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-index-usage 2.2.4 +pt-index-usage 2.2.5 =cut diff --git a/bin/pt-ioprofile b/bin/pt-ioprofile index 23a3d59b..e94c2d3e 100755 --- a/bin/pt-ioprofile +++ b/bin/pt-ioprofile @@ -1119,7 +1119,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-ioprofile 2.2.4 +pt-ioprofile 2.2.5 =cut diff --git a/bin/pt-kill b/bin/pt-kill index a436def5..4eb1ea98 100755 --- a/bin/pt-kill +++ b/bin/pt-kill @@ -8186,6 +8186,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-kill 2.2.4 +pt-kill 2.2.5 =cut diff --git a/bin/pt-mext b/bin/pt-mext index 96335384..4574d66e 100755 --- a/bin/pt-mext +++ b/bin/pt-mext @@ -791,7 +791,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-mext 2.2.4 +pt-mext 2.2.5 =cut diff --git a/bin/pt-mysql-summary b/bin/pt-mysql-summary index cf77167f..8939c227 100755 --- a/bin/pt-mysql-summary +++ b/bin/pt-mysql-summary @@ -3115,7 +3115,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-mysql-summary 2.2.4 +pt-mysql-summary 2.2.5 =cut diff --git a/bin/pt-online-schema-change b/bin/pt-online-schema-change index a48b6721..6e5c16fb 100755 --- a/bin/pt-online-schema-change +++ b/bin/pt-online-schema-change @@ -11503,6 +11503,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-online-schema-change 2.2.4 +pt-online-schema-change 2.2.5 =cut diff --git a/bin/pt-pmp b/bin/pt-pmp index 5eab882a..4517b877 100755 --- a/bin/pt-pmp +++ b/bin/pt-pmp @@ -889,7 +889,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-pmp 2.2.4 +pt-pmp 2.2.5 =cut diff --git a/bin/pt-query-digest b/bin/pt-query-digest index 9c64c24a..3850d308 100755 --- a/bin/pt-query-digest +++ b/bin/pt-query-digest @@ -16564,6 +16564,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-query-digest 2.2.4 +pt-query-digest 2.2.5 =cut diff --git a/bin/pt-show-grants b/bin/pt-show-grants index e9947f40..13fc8517 100755 --- a/bin/pt-show-grants +++ b/bin/pt-show-grants @@ -2406,6 +2406,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-show-grants 2.2.4 +pt-show-grants 2.2.5 =cut diff --git a/bin/pt-sift b/bin/pt-sift index adcfcdf7..c2b444cd 100755 --- a/bin/pt-sift +++ b/bin/pt-sift @@ -1237,7 +1237,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-sift 2.2.4 +pt-sift 2.2.5 =cut diff --git a/bin/pt-slave-delay b/bin/pt-slave-delay index 5a1a7fb6..c6685ab7 100755 --- a/bin/pt-slave-delay +++ b/bin/pt-slave-delay @@ -4886,6 +4886,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-slave-delay 2.2.4 +pt-slave-delay 2.2.5 =cut diff --git a/bin/pt-slave-find b/bin/pt-slave-find index fff51c63..191ccbc9 100755 --- a/bin/pt-slave-find +++ b/bin/pt-slave-find @@ -4334,6 +4334,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-slave-find 2.2.4 +pt-slave-find 2.2.5 =cut diff --git a/bin/pt-slave-restart b/bin/pt-slave-restart index 9045a400..4b22ebd4 100755 --- a/bin/pt-slave-restart +++ b/bin/pt-slave-restart @@ -5828,6 +5828,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-slave-restart 2.2.4 +pt-slave-restart 2.2.5 =cut diff --git a/bin/pt-stalk b/bin/pt-stalk index b76bfa69..69ab19a4 100755 --- a/bin/pt-stalk +++ b/bin/pt-stalk @@ -2204,7 +2204,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-stalk 2.2.4 +pt-stalk 2.2.5 =cut diff --git a/bin/pt-summary b/bin/pt-summary index bab318cf..325883a5 100755 --- a/bin/pt-summary +++ b/bin/pt-summary @@ -2690,7 +2690,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-summary 2.2.4 +pt-summary 2.2.5 =cut diff --git a/bin/pt-table-checksum b/bin/pt-table-checksum index 4fa732e3..1f4a7c07 100755 --- a/bin/pt-table-checksum +++ b/bin/pt-table-checksum @@ -12581,6 +12581,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-table-checksum 2.2.4 +pt-table-checksum 2.2.5 =cut diff --git a/bin/pt-table-sync b/bin/pt-table-sync index 097fad74..d5470aa8 100755 --- a/bin/pt-table-sync +++ b/bin/pt-table-sync @@ -12700,6 +12700,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-table-sync 2.2.4 +pt-table-sync 2.2.5 =cut diff --git a/bin/pt-table-usage b/bin/pt-table-usage index 551061db..e900d1cd 100755 --- a/bin/pt-table-usage +++ b/bin/pt-table-usage @@ -7522,6 +7522,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-table-usage 2.2.4 +pt-table-usage 2.2.5 =cut diff --git a/bin/pt-upgrade b/bin/pt-upgrade index cb221dd3..652e629c 100755 --- a/bin/pt-upgrade +++ b/bin/pt-upgrade @@ -11227,6 +11227,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-upgrade 2.2.4 +pt-upgrade 2.2.5 =cut diff --git a/bin/pt-variable-advisor b/bin/pt-variable-advisor index 94e4cd8d..c9f98071 100755 --- a/bin/pt-variable-advisor +++ b/bin/pt-variable-advisor @@ -6156,6 +6156,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-variable-advisor 2.2.4 +pt-variable-advisor 2.2.5 =cut diff --git a/bin/pt-visual-explain b/bin/pt-visual-explain index 51be04be..d9b57c99 100755 --- a/bin/pt-visual-explain +++ b/bin/pt-visual-explain @@ -3243,6 +3243,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-visual-explain 2.2.4 +pt-visual-explain 2.2.5 =cut diff --git a/config/deb/changelog b/config/deb/changelog index bef950f6..e16f9e4b 100644 --- a/config/deb/changelog +++ b/config/deb/changelog @@ -1,3 +1,8 @@ +percona-toolkit (2.2.5) unstable; urgency=low + + + -- Percona Toolkit Developers Thu, 17 Oct 2013 05:00:27 +0000 + percona-toolkit (2.2.3) unstable; urgency=low * Added new tool: pt-agent diff --git a/config/sphinx-build/conf.py b/config/sphinx-build/conf.py index e09b13d8..26bd445f 100644 --- a/config/sphinx-build/conf.py +++ b/config/sphinx-build/conf.py @@ -50,7 +50,7 @@ copyright = u'2013, Percona Ireland Ltd' # The short X.Y version. version = '2.2' # The full version, including alpha/beta/rc tags. -release = '2.2.4' +release = '2.2.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/config/sphinx-build/percona-theme/layout.html b/config/sphinx-build/percona-theme/layout.html index 8b5d8c94..81cfb2cf 100644 --- a/config/sphinx-build/percona-theme/layout.html +++ b/config/sphinx-build/percona-theme/layout.html @@ -50,7 +50,7 @@
@@ -303,8 +303,8 @@ {%- block footer %}
- This documentation is developed in Launchpad as part of the Percona Toolkit source code.
- If you spotted innacuracies, errors, don't understood it or you think something is missing or should be improved, please file a bug. + This documentation is developed in Launchpad as part of the Percona Toolkit source code.
+ If you spotted innacuracies, errors, don't understood it or you think something is missing or should be improved, please file a bug.
@@ -316,11 +316,11 @@
]]> - Call us: 1-888-316-9775 • Contact Us
+ Call us: 1-888-316-9775 • Contact Us
MySQL and InnoDB are trademarks of Oracle Corp.
- Proudly running Percona Server
+ Proudly running Percona Server
Copyright © 2006-2013 Percona
- Copyright, Trademark, and Privacy PolicySitemap + Copyright, Trademark, and Privacy PolicySitemap ]]>
@@ -329,12 +329,12 @@ {%- endblock %} ]]>