diff --git a/Changelog b/Changelog index 16f8035e..d6828a61 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,7 @@ Changelog for Percona Toolkit +v2.0.2 released 2012-01-05 + * Fixed bug 911996: pt-table-sync --replicate causes "Unknown column" error v2.0.1 released 2011-12-30 diff --git a/Makefile.PL b/Makefile.PL index f23984c9..3a9a70e2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,7 +2,7 @@ use ExtUtils::MakeMaker; WriteMakefile( NAME => 'percona-toolkit', - VERSION => '2.0.1', + VERSION => '2.0.2', EXE_FILES => [ ], MAN1PODS => { 'docs/percona-toolkit.pod' => 'blib/man1/percona-toolkit.1', diff --git a/bin/pt-align b/bin/pt-align index a6e4ee9b..80970e41 100755 --- a/bin/pt-align +++ b/bin/pt-align @@ -199,7 +199,7 @@ L for more software developed by Percona. =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. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -218,6 +218,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-align 2.0.1 +pt-align 2.0.2 =cut diff --git a/bin/pt-archiver b/bin/pt-archiver index 0e346bf6..75efc296 100755 --- a/bin/pt-archiver +++ b/bin/pt-archiver @@ -5618,7 +5618,7 @@ L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2007-2011 Baron Schwartz, 2011 Percona Inc. +This program is copyright 2007-2011 Baron Schwartz, 2011-2012 Percona Inc. Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -5637,6 +5637,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-archiver 2.0.1 +pt-archiver 2.0.2 =cut diff --git a/bin/pt-collect b/bin/pt-collect index 67242aae..057017ac 100755 --- a/bin/pt-collect +++ b/bin/pt-collect @@ -424,7 +424,7 @@ L for more software developed by Percona. =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. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -443,7 +443,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-collect 2.0.1 +pt-collect 2.0.2 =cut diff --git a/bin/pt-config-diff b/bin/pt-config-diff index 6d63ac9d..24310f8a 100755 --- a/bin/pt-config-diff +++ b/bin/pt-config-diff @@ -3238,7 +3238,7 @@ L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2011 Percona Inc. +This program is copyright 2011-2012 Percona Inc. Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -3257,6 +3257,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-config-diff 2.0.1 +pt-config-diff 2.0.2 =cut diff --git a/bin/pt-deadlock-logger b/bin/pt-deadlock-logger index 17cc4e7f..c16fb4d9 100755 --- a/bin/pt-deadlock-logger +++ b/bin/pt-deadlock-logger @@ -2717,7 +2717,7 @@ L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2007-2011 Baron Schwartz, 2011 Percona Inc. +This program is copyright 2007-2011 Baron Schwartz, 2011-2012 Percona Inc. Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -2736,6 +2736,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-deadlock-logger 2.0.1 +pt-deadlock-logger 2.0.2 =cut diff --git a/bin/pt-diskstats b/bin/pt-diskstats index 334c4129..16e9e34e 100755 --- a/bin/pt-diskstats +++ b/bin/pt-diskstats @@ -869,7 +869,7 @@ L for more software developed by Percona. =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. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -888,7 +888,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-diskstats 2.0.1 +pt-diskstats 2.0.2 =cut diff --git a/bin/pt-duplicate-key-checker b/bin/pt-duplicate-key-checker index 2e03902a..a2c338a7 100755 --- a/bin/pt-duplicate-key-checker +++ b/bin/pt-duplicate-key-checker @@ -4251,7 +4251,7 @@ L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2007-2011 Baron Schwartz, 2011 Percona Inc. +This program is copyright 2007-2011 Baron Schwartz, 2011-2012 Percona Inc. Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -4270,6 +4270,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-duplicate-key-checker 2.0.1 +pt-duplicate-key-checker 2.0.2 =cut diff --git a/bin/pt-fifo-split b/bin/pt-fifo-split index aca686f1..40043988 100755 --- a/bin/pt-fifo-split +++ b/bin/pt-fifo-split @@ -1524,7 +1524,7 @@ L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2007-2011 Baron Schwartz, 2011 Percona Inc. +This program is copyright 2007-2011 Baron Schwartz, 2011-2012 Percona Inc. Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -1543,6 +1543,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-fifo-split 2.0.1 +pt-fifo-split 2.0.2 =cut diff --git a/bin/pt-find b/bin/pt-find index dfa87cda..7d727bff 100755 --- a/bin/pt-find +++ b/bin/pt-find @@ -3799,7 +3799,7 @@ L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2007-2011 Baron Schwartz, 2011 Percona Inc. +This program is copyright 2007-2011 Baron Schwartz, 2011-2012 Percona Inc. Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -3818,6 +3818,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-find 2.0.1 +pt-find 2.0.2 =cut diff --git a/bin/pt-fk-error-logger b/bin/pt-fk-error-logger index 450ca5e8..b925dad3 100755 --- a/bin/pt-fk-error-logger +++ b/bin/pt-fk-error-logger @@ -2437,7 +2437,7 @@ L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2011 Percona Inc. +This program is copyright 2011-2012 Percona Inc. Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -2456,6 +2456,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-fk-error-logger 2.0.1 +pt-fk-error-logger 2.0.2 =cut diff --git a/bin/pt-heartbeat b/bin/pt-heartbeat index d15218c3..2908dc6c 100755 --- a/bin/pt-heartbeat +++ b/bin/pt-heartbeat @@ -4285,7 +4285,7 @@ L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY This program is copyright 2006 Proven Scaling LLC and Six Apart Ltd, -2007-2011 Percona Inc. +2007-2012 Percona Inc. Feedback and improvements are welcome. Feedback and improvements are welcome. @@ -4306,6 +4306,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-heartbeat 2.0.1 +pt-heartbeat 2.0.2 =cut diff --git a/bin/pt-index-usage b/bin/pt-index-usage index 931ae242..bd38a314 100755 --- a/bin/pt-index-usage +++ b/bin/pt-index-usage @@ -6167,7 +6167,7 @@ L for more software developed by Percona. =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. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -6186,6 +6186,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-index-usage 2.0.1 +pt-index-usage 2.0.2 =cut diff --git a/bin/pt-ioprofile b/bin/pt-ioprofile index 5fd64265..5111f820 100755 --- a/bin/pt-ioprofile +++ b/bin/pt-ioprofile @@ -828,7 +828,7 @@ L for more software developed by Percona. =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. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -847,7 +847,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-iostats 2.0.1 +pt-ioprofile 2.0.2 =cut diff --git a/bin/pt-kill b/bin/pt-kill index 4a4de8fd..b89a4b4f 100755 --- a/bin/pt-kill +++ b/bin/pt-kill @@ -4659,7 +4659,7 @@ L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2009-2011 Baron Schwartz, 2011 Percona Inc. +This program is copyright 2009-2011 Baron Schwartz, 2011-2012 Percona Inc. Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -4678,6 +4678,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-kill 2.0.1 +pt-kill 2.0.2 =cut diff --git a/bin/pt-log-player b/bin/pt-log-player index 2b4dcdeb..cdf449d5 100755 --- a/bin/pt-log-player +++ b/bin/pt-log-player @@ -3581,7 +3581,7 @@ L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2008-2011 Percona Inc. +This program is copyright 2008-2012 Percona Inc. Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -3600,6 +3600,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-log-player 2.0.1 +pt-log-player 2.0.2 =cut diff --git a/bin/pt-mext b/bin/pt-mext index 827e923d..e8d5aaa2 100755 --- a/bin/pt-mext +++ b/bin/pt-mext @@ -219,7 +219,7 @@ L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2010 Baron Schwartz, 2011 Percona Inc. +This program is copyright 2010 Baron Schwartz, 2011-2012 Percona Inc. Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -238,7 +238,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-mext 2.0.1 +pt-mext 2.0.2 =cut diff --git a/bin/pt-mysql-summary b/bin/pt-mysql-summary index 15ce8853..d5c05a72 100755 --- a/bin/pt-mysql-summary +++ b/bin/pt-mysql-summary @@ -1422,7 +1422,7 @@ L for more software developed by Percona. =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. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -1441,7 +1441,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-mysql-summary 2.0.1 +pt-mysql-summary 2.0.2 =cut diff --git a/bin/pt-online-schema-change b/bin/pt-online-schema-change index 7505fd13..8ed886fc 100755 --- a/bin/pt-online-schema-change +++ b/bin/pt-online-schema-change @@ -5298,7 +5298,7 @@ L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2011 Percona Inc. +This program is copyright 2011-2012 Percona Inc. Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -5317,6 +5317,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-online-schema-change 2.0.1 +pt-online-schema-change 2.0.2 =cut diff --git a/bin/pt-pmp b/bin/pt-pmp index 1fd0b0eb..baa3e650 100755 --- a/bin/pt-pmp +++ b/bin/pt-pmp @@ -321,7 +321,7 @@ L for more software developed by Percona. =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. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -340,7 +340,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-pmp 2.0.1 +pt-pmp 2.0.2 =cut diff --git a/bin/pt-query-advisor b/bin/pt-query-advisor index 4530b70c..8bb8e9c0 100755 --- a/bin/pt-query-advisor +++ b/bin/pt-query-advisor @@ -7270,7 +7270,7 @@ L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2010-2011 Percona Inc. +This program is copyright 2010-2012 Percona Inc. Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -7289,6 +7289,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-query-advisor 2.0.1 +pt-query-advisor 2.0.2 =cut diff --git a/bin/pt-query-digest b/bin/pt-query-digest index 089491be..a7cf6b77 100755 --- a/bin/pt-query-digest +++ b/bin/pt-query-digest @@ -15612,7 +15612,7 @@ L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2008-2011 Percona Inc. +This program is copyright 2008-2012 Percona Inc. Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -15631,6 +15631,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-query-digest 2.0.1 +pt-query-digest 2.0.2 =cut diff --git a/bin/pt-show-grants b/bin/pt-show-grants index 5c45f18a..06969920 100755 --- a/bin/pt-show-grants +++ b/bin/pt-show-grants @@ -2204,7 +2204,7 @@ L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2007-2011 Baron Schwartz, 2011 Percona Inc. +This program is copyright 2007-2011 Baron Schwartz, 2011-2012 Percona Inc. Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -2223,6 +2223,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-show-grants 2.0.1 +pt-show-grants 2.0.2 =cut diff --git a/bin/pt-sift b/bin/pt-sift index 344cf072..79606be5 100755 --- a/bin/pt-sift +++ b/bin/pt-sift @@ -633,7 +633,7 @@ L for more software developed by Percona. =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. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -652,7 +652,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-sift 2.0.1 +pt-sift 2.0.2 =cut diff --git a/bin/pt-slave-delay b/bin/pt-slave-delay index f9f5eca3..00d4f24a 100755 --- a/bin/pt-slave-delay +++ b/bin/pt-slave-delay @@ -2690,7 +2690,7 @@ L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY This program is copyright 2007-2011 Sergey Zhuravle and Baron Schwartz, -2011 Percona Inc. +2011-2012 Percona Inc. Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -2709,6 +2709,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-slave-delay 2.0.1 +pt-slave-delay 2.0.2 =cut diff --git a/bin/pt-slave-find b/bin/pt-slave-find index 3b4c5921..47e26f56 100755 --- a/bin/pt-slave-find +++ b/bin/pt-slave-find @@ -3171,7 +3171,7 @@ L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2007-2011 Baron Schwartz, 2011 Percona Inc. +This program is copyright 2007-2011 Baron Schwartz, 2011-2012 Percona Inc. Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -3190,6 +3190,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-slave-find 2.0.1 +pt-slave-find 2.0.2 =cut diff --git a/bin/pt-slave-restart b/bin/pt-slave-restart index 5e2e4099..b1758f28 100755 --- a/bin/pt-slave-restart +++ b/bin/pt-slave-restart @@ -3342,7 +3342,7 @@ L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2007-2011 Baron Schwartz, 2011 Percona Inc. +This program is copyright 2007-2011 Baron Schwartz, 2011-2012 Percona Inc. Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -3361,6 +3361,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-slave-restart 2.0.1 +pt-slave-restart 2.0.2 =cut diff --git a/bin/pt-stalk b/bin/pt-stalk index 70673277..996d810c 100755 --- a/bin/pt-stalk +++ b/bin/pt-stalk @@ -398,7 +398,7 @@ L for more software developed by Percona. =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. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -417,7 +417,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-stalk 2.0.1 +pt-stalk 2.0.2 =cut diff --git a/bin/pt-summary b/bin/pt-summary index e7e4bc91..4b408581 100755 --- a/bin/pt-summary +++ b/bin/pt-summary @@ -1317,7 +1317,7 @@ L for more software developed by Percona. =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. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -1336,7 +1336,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-summary 2.0.1 +pt-summary 2.0.2 =cut diff --git a/bin/pt-table-checksum b/bin/pt-table-checksum index caec0af2..9f058f13 100755 --- a/bin/pt-table-checksum +++ b/bin/pt-table-checksum @@ -8385,7 +8385,7 @@ L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2007-2011 Baron Schwartz, 2011 Percona Inc. +This program is copyright 2007-2011 Baron Schwartz, 2011-2012 Percona Inc. Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -8404,6 +8404,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-table-checksum 2.0.1 +pt-table-checksum 2.0.2 =cut diff --git a/bin/pt-table-sync b/bin/pt-table-sync index f5c3f733..41e4bd9d 100755 --- a/bin/pt-table-sync +++ b/bin/pt-table-sync @@ -10201,7 +10201,7 @@ L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2007-2011 Baron Schwartz, 2011 Percona Inc. +This program is copyright 2007-2011 Baron Schwartz, 2011-2012 Percona Inc. Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -10220,6 +10220,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-table-sync 2.0.1 +pt-table-sync 2.0.2 =cut diff --git a/bin/pt-tcp-model b/bin/pt-tcp-model index 51dc7fc5..1cefa064 100755 --- a/bin/pt-tcp-model +++ b/bin/pt-tcp-model @@ -2393,7 +2393,7 @@ L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2011 Baron Schwartz, 2011 Percona Inc. +This program is copyright 2011 Baron Schwartz, 2011-2012 Percona Inc. Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -2412,6 +2412,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-tcp-model 2.0.1 +pt-tcp-model 2.0.2 =cut diff --git a/bin/pt-trend b/bin/pt-trend index b8830cfd..de3d5a7f 100755 --- a/bin/pt-trend +++ b/bin/pt-trend @@ -2075,7 +2075,7 @@ L for more software developed by Percona. =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. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -2094,6 +2094,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-trend 2.0.1 +pt-trend 2.0.2 =cut diff --git a/bin/pt-upgrade b/bin/pt-upgrade index b6ca290e..6520bc5e 100755 --- a/bin/pt-upgrade +++ b/bin/pt-upgrade @@ -11802,7 +11802,7 @@ L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2009-2011 Percona Inc. +This program is copyright 2009-2012 Percona Inc. Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -11821,6 +11821,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-upgrade 2.0.1 +pt-upgrade 2.0.2 =cut diff --git a/bin/pt-variable-advisor b/bin/pt-variable-advisor index b3700ff4..1c847036 100755 --- a/bin/pt-variable-advisor +++ b/bin/pt-variable-advisor @@ -3877,7 +3877,7 @@ L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2010-2011 Percona Inc. +This program is copyright 2010-2012 Percona Inc. Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -3896,6 +3896,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-variable-advisor 2.0.1 +pt-variable-advisor 2.0.2 =cut diff --git a/bin/pt-visual-explain b/bin/pt-visual-explain index 555b9b72..1032dbbf 100755 --- a/bin/pt-visual-explain +++ b/bin/pt-visual-explain @@ -3072,7 +3072,7 @@ L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2007-2011 Baron Schwartz, 2011 Percona Inc. +This program is copyright 2007-2011 Baron Schwartz, 2011-2012 Percona Inc. Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -3091,6 +3091,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-visual-explain 2.0.1 +pt-visual-explain 2.0.2 =cut diff --git a/config/deb/changelog b/config/deb/changelog index 3749c2ec..1ab31e93 100644 --- a/config/deb/changelog +++ b/config/deb/changelog @@ -1,3 +1,9 @@ +percona-toolkit (2.0.2) unstable; urgency=low + + * Fixed bug 911996: pt-table-sync --replicate causes "Unknown column" error + + -- Percona Toolkit Developers Thu, 05 Jan 2012 19:18:08 +0000 + percona-toolkit (2.0.1) unstable; urgency=low * Completely redesigned pt-table-checksum diff --git a/config/sphinx-build/conf.py b/config/sphinx-build/conf.py index aaa8d31e..b83e5fd3 100644 --- a/config/sphinx-build/conf.py +++ b/config/sphinx-build/conf.py @@ -50,7 +50,7 @@ copyright = u'2011, Percona Inc' # The short X.Y version. version = '2.0' # The full version, including alpha/beta/rc tags. -release = '2.0.1' +release = '2.0.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/percona-toolkit.pod b/docs/percona-toolkit.pod index d0fdd45a..bccd9ca6 100644 --- a/docs/percona-toolkit.pod +++ b/docs/percona-toolkit.pod @@ -455,7 +455,7 @@ for details. =head1 COPYRIGHT, LICENSE, AND WARRANTY -Percona Toolkit is copyright 2011 Percona Inc. and others. +Percona Toolkit is copyright 2011-2012 Percona Inc. and others. See each program's documentation for complete copyright notices. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -474,6 +474,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -Percona Toolkit v2.0.1 released 2011-12-30 +Percona Toolkit v2.0.2 released 2012-01-05 =cut diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 179bb70a..e27edf26 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -1,6 +1,23 @@ Release Notes ************* +v2.0.2 released 2012-01-05 +========================== + +Percona Toolkit 2.0.2 fixes one critical bug: pt-table-sync --replicate +did not work with character values, causing an "Unknown column" error. +If using Percona Toolkit 2.0.1, you should upgrade to 2.0.2. + +Download the latest release of Percona Toolkit 2.0 from +http://www.percona.com/software/percona-toolkit/ +or the Percona Software Repositories +(http://www.percona.com/docs/wiki/repositories:start). + +Changelog +--------- + +* Fixed bug 911996: pt-table-sync --replicate causes "Unknown column" error + v2.0.1 released 2011-12-30 ==========================