From b9fb67a2f1e2c169758264cd92ad994a408328229d37371e55ce19170c435cbf Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Fri, 11 Jan 2013 13:26:53 +0000 Subject: [PATCH] Accepting request 148053 from home:AndreasStieger:branches:server:database update to 2.1.8 OBS-URL: https://build.opensuse.org/request/show/148053 OBS-URL: https://build.opensuse.org/package/show/server:database/percona-toolkit?expand=0&rev=10 --- percona-toolkit-2.1.6.tar.gz | 3 --- percona-toolkit-2.1.8.tar.gz | 3 +++ percona-toolkit.changes | 42 ++++++++++++++++++++++++++++++++++++ percona-toolkit.spec | 4 ++-- 4 files changed, 47 insertions(+), 5 deletions(-) delete mode 100644 percona-toolkit-2.1.6.tar.gz create mode 100644 percona-toolkit-2.1.8.tar.gz diff --git a/percona-toolkit-2.1.6.tar.gz b/percona-toolkit-2.1.6.tar.gz deleted file mode 100644 index a2a6dd1..0000000 --- a/percona-toolkit-2.1.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd1f738127d15f1406919d5935a8df18a670c8e4479c3fca440acd51029cc253 -size 1467858 diff --git a/percona-toolkit-2.1.8.tar.gz b/percona-toolkit-2.1.8.tar.gz new file mode 100644 index 0000000..72338af --- /dev/null +++ b/percona-toolkit-2.1.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9013b400f96f26df389ac38a518adbbb43b5e9930ea0a85e35da5ec99a471e0c +size 1477253 diff --git a/percona-toolkit.changes b/percona-toolkit.changes index 9f22377..ac8b79c 100644 --- a/percona-toolkit.changes +++ b/percona-toolkit.changes @@ -1,3 +1,45 @@ +------------------------------------------------------------------- +Fri Jan 11 13:25:36 UTC 2013 - andreas.stieger@gmx.de + +- update to 2.1.8 + * Beta support for MySQL 5.6 + * Beta support for Percona XtraDB Cluster + * pt-online-schema-change: If ran on Percona XtraDB Cluster, requires PXC 5.5.28 or newer + * pt-table-checksum: If ran on Percona XtraDB Cluster, requires PXC 5.5.28 or newer + * pt-upgrade: Added --[no]disable-query-cache +- fixing the following bugs: + * Bad pod2rst transformation + * Bad online docs formatting for --[no]vars + * pt-config-diff is case-sensitive + * pt-config-diff doesn't handle end-of-line comments + * pt-config-diff Use of uninitialized value in substitution (s///) at line 1996 + * pt-deadlock-logger doesn't handle usernames with dashes + * pt-heartbeat handles timezones inconsistently + * pt-kill --log-dsn timestamp is wrong + * pt-mysql-summary doesn't handle renamed variables in Percona Server 5.5 + * pt-online-schema-change checks for foreign keys on MyISAM tables + * pt-query-advisor hangs on big queries + * pt-query-advisor RES.001 is incorrect + * pt-query-advisor false positive on RES.001 + * pt-query-advisor issues wrong RES.001 + * pt-query-digest fails to parse timestamp with no query + * pt-query-digest doesn't parse general log with "Connect user as user" + * pt-query-digest with custom --group-by throws error + * pt-query-digest prints negative byte offset + * pt-query-digest help output mangled + * pt-slave-restart CHANGE MASTER query causes error + * pt-stalk purge_samples slows down checks + * pt-stalk does not report NFS iostat + * pt-table-checksum doesn't ignore tables for --replicate-check-only + * pt-table-checksum v2 fails when --resume + --ignore-database is used + * pt-table-checksum debug statement for "Chosen hash func" prints undef + * pt-table-checksum Illegal division by zero at line 7950 + * pt-table-checksum uninitialized value in numeric lt (<) at line 8611 + * Tools let --set-vars clobber the required SQL mode +- also contains fixes from 2.1.7: + * pt-table-checksum 2.1.6 crashes using PTDEBUG + * pt-table-checksum 2.1.6 --check-binlog-format doesn't ignore PXC nodes + ------------------------------------------------------------------- Mon Nov 19 12:41:54 UTC 2012 - andreas.stieger@gmx.de diff --git a/percona-toolkit.spec b/percona-toolkit.spec index e92f6c0..26a2419 100644 --- a/percona-toolkit.spec +++ b/percona-toolkit.spec @@ -1,7 +1,7 @@ # # spec file for package percona-toolkit # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ Name: percona-toolkit Summary: Advanced MySQL and system command-line tools License: GPL-2.0 Group: Productivity/Databases/Tools -Version: 2.1.6 +Version: 2.1.8 Release: 0 Url: https://www.percona.com/software/percona-toolkit/ Source: https://www.percona.com/redir/downloads/%{name}/%{version}/percona-toolkit-%{version}.tar.gz