Updated version number to 2.2.10

This commit is contained in:
Frank Cizmich
2014-08-05 17:37:42 -03:00
parent bcacd7e08a
commit 6af70d3243
34 changed files with 58 additions and 52 deletions

View File

@@ -1,7 +1,13 @@
Changelog for Percona Toolkit
v2.2.9 released 2014-07-08
* Fixed bug 1287253: pt-table-checksum deadlock
* Fixed bug 1299387: 5.6 slow query log Thead_id becomes Id
* Fixed bug 1311654: pt-table-checksum + PXC inconsistent results upon --resume
* Fixed bug 1340728: pt-online-schema-change doesn't work with HASH indexes
* Fixed bug 1253872: pt-table-checksum max load 20% rounds down
* Fixed bug 1340364: some shell tools output error when queried for --version
v2.2.9 released 2014-07-08
* Fixed bug 1258135: pt-deadlock-logger introduces a noise to MySQL
* Fixed bug 1329422: pt-online-schema-change foreign-keys-method=none breaks constraints

View File

@@ -1323,6 +1323,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-align 2.2.9
pt-align 2.2.10
=cut

View File

@@ -43,7 +43,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '2.2.9';
our $VERSION = '2.2.10';
use strict;
use warnings FATAL => 'all';
@@ -7892,6 +7892,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-archiver 2.2.9
pt-archiver 2.2.10
=cut

View File

@@ -43,7 +43,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '2.2.9';
our $VERSION = '2.2.10';
use strict;
use warnings FATAL => 'all';
@@ -5733,6 +5733,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-config-diff 2.2.9
pt-config-diff 2.2.10
=cut

View File

@@ -42,7 +42,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '2.2.9';
our $VERSION = '2.2.10';
use strict;
use warnings FATAL => 'all';
@@ -5523,6 +5523,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-deadlock-logger 2.2.9
pt-deadlock-logger 2.2.10
=cut

View File

@@ -38,7 +38,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '2.2.9';
our $VERSION = '2.2.10';
use strict;
use warnings FATAL => 'all';
@@ -5579,6 +5579,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-diskstats 2.2.9
pt-diskstats 2.2.10
=cut

View File

@@ -39,7 +39,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '2.2.9';
our $VERSION = '2.2.10';
use strict;
use warnings FATAL => 'all';
@@ -5600,6 +5600,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-duplicate-key-checker 2.2.9
pt-duplicate-key-checker 2.2.10
=cut

View File

@@ -1612,6 +1612,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-fifo-split 2.2.9
pt-fifo-split 2.2.10
=cut

View File

@@ -35,7 +35,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '2.2.9';
our $VERSION = '2.2.10';
use strict;
use warnings FATAL => 'all';
@@ -4984,6 +4984,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-find 2.2.9
pt-find 2.2.10
=cut

View File

@@ -2203,6 +2203,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-fingerprint 2.2.9
pt-fingerprint 2.2.10
=cut

View File

@@ -37,7 +37,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '2.2.9';
our $VERSION = '2.2.10';
use strict;
use warnings FATAL => 'all';
@@ -4509,6 +4509,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-fk-error-logger 2.2.9
pt-fk-error-logger 2.2.10
=cut

View File

@@ -38,7 +38,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '2.2.9';
our $VERSION = '2.2.10';
use strict;
use warnings FATAL => 'all';
@@ -6192,6 +6192,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-heartbeat 2.2.9
pt-heartbeat 2.2.10
=cut

View File

@@ -45,7 +45,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '2.2.9';
our $VERSION = '2.2.10';
use strict;
use warnings FATAL => 'all';
@@ -7546,6 +7546,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-index-usage 2.2.9
pt-index-usage 2.2.10
=cut

View File

@@ -1119,7 +1119,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-ioprofile 2.2.9
pt-ioprofile 2.2.10
=cut

View File

@@ -47,7 +47,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '2.2.9';
our $VERSION = '2.2.10';
use strict;
use warnings FATAL => 'all';
@@ -8183,6 +8183,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-kill 2.2.9
pt-kill 2.2.10
=cut

View File

@@ -792,7 +792,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-mext 2.2.9
pt-mext 2.2.10
=cut

View File

@@ -3090,7 +3090,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-mysql-summary 2.2.9
pt-mysql-summary 2.2.10
=cut

View File

@@ -54,7 +54,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '2.2.9';
our $VERSION = '2.2.10';
use strict;
use warnings FATAL => 'all';
@@ -11563,6 +11563,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-online-schema-change 2.2.9
pt-online-schema-change 2.2.10
=cut

View File

@@ -889,7 +889,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-pmp 2.2.9
pt-pmp 2.2.10
=cut

View File

@@ -64,7 +64,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '2.2.9';
our $VERSION = '2.2.10';
use strict;
use warnings FATAL => 'all';
@@ -16593,6 +16593,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-query-digest 2.2.9
pt-query-digest 2.2.10
=cut

View File

@@ -2406,6 +2406,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-show-grants 2.2.9
pt-show-grants 2.2.10
=cut

View File

@@ -1237,7 +1237,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-sift 2.2.9
pt-sift 2.2.10
=cut

View File

@@ -40,7 +40,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '2.2.9';
our $VERSION = '2.2.10';
use strict;
use warnings FATAL => 'all';
@@ -4869,6 +4869,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-slave-delay 2.2.9
pt-slave-delay 2.2.10
=cut

View File

@@ -4334,6 +4334,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-slave-find 2.2.9
pt-slave-find 2.2.10
=cut

View File

@@ -41,7 +41,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '2.2.9';
our $VERSION = '2.2.10';
use strict;
use warnings FATAL => 'all';
@@ -5937,6 +5937,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-slave-restart 2.2.9
pt-slave-restart 2.2.10
=cut

View File

@@ -2211,7 +2211,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-stalk 2.2.9
pt-stalk 2.2.10
=cut

View File

@@ -2691,7 +2691,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-summary 2.2.9
pt-summary 2.2.10
=cut

View File

@@ -57,7 +57,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '2.2.9';
our $VERSION = '2.2.10';
use strict;
use warnings FATAL => 'all';
@@ -12698,6 +12698,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-table-checksum 2.2.9
pt-table-checksum 2.2.10
=cut

View File

@@ -55,7 +55,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '2.2.9';
our $VERSION = '2.2.10';
use strict;
use warnings FATAL => 'all';
@@ -12768,6 +12768,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-table-sync 2.2.9
pt-table-sync 2.2.10
=cut

View File

@@ -7561,6 +7561,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-table-usage 2.2.9
pt-table-usage 2.2.10
=cut

View File

@@ -61,7 +61,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '2.2.9';
our $VERSION = '2.2.10';
use strict;
use warnings FATAL => 'all';
@@ -11238,6 +11238,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-upgrade 2.2.9
pt-upgrade 2.2.10
=cut

View File

@@ -44,7 +44,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '2.2.9';
our $VERSION = '2.2.10';
use strict;
use warnings FATAL => 'all';
@@ -6138,6 +6138,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-variable-advisor 2.2.9
pt-variable-advisor 2.2.10
=cut

View File

@@ -3243,6 +3243,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-visual-explain 2.2.9
pt-visual-explain 2.2.10
=cut

View File

@@ -18,7 +18,7 @@
# ###########################################################################
package Percona::Toolkit;
our $VERSION = '2.2.9';
our $VERSION = '2.2.10';
use strict;
use warnings FATAL => 'all';