diff --git a/percona-toolkit-2.1.6.tar.gz b/percona-toolkit-2.1.6.tar.gz new file mode 100644 index 0000000..a2a6dd1 --- /dev/null +++ b/percona-toolkit-2.1.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd1f738127d15f1406919d5935a8df18a670c8e4479c3fca440acd51029cc253 +size 1467858 diff --git a/percona-toolkit.changes b/percona-toolkit.changes index 436fb78..9f22377 100644 --- a/percona-toolkit.changes +++ b/percona-toolkit.changes @@ -1,3 +1,45 @@ +------------------------------------------------------------------- +Mon Nov 19 12:41:54 UTC 2012 - andreas.stieger@gmx.de + +- update to 2.1.6 + * pt-online-schema-change: Columns can now be renamed without data loss + * pt-online-schema-change: New --default-engine option + * pt-stalk: Plugin hooks available through the --plugin option to extend the tool's functionality +- fixing the following bugs + * --version-check default should be explicitly "off" + * LOAD DATA LOCAL INFILE broken in some platforms + * Useless use of cat in Daemon.pm + * Tools exit 0 on error parsing options, should exit non-zero + * pt-table-checksum doesn't warn if binlog_format=row or mixed on slaves + * pt-table-checksum breaks replication if a slave table is missing or different + * pt-table-checksum doesn't honor --run-time while checking replication lag + * pt-table-checksum error: Use of uninitialized value in int at line 2778 + * pt-table-checksum can crash with --columns if none match + * pt-table-checksum dies if creating the --replicate table fails + * pt-table-checksum doesn't test all hash functions + * pt-table-checksum 2.1.4 doesn't detect diffs on Percona XtraDB Cluster nodes + * pt-deadlock-logger can't parse db/tbl/index on partitioned tables + * pt-online-schema-change DELETE trigger fails when altering primary key + * pt-online-schema-change fails if sql_mode explicitly or implicitly uses ANSI_QUOTES + * pt-online-schema-change fails with "I need a max_rows argument" + * pt-online-schema-change --quiet doesn't disable --progress + * pt-online-schema-change doesn't report how many warnings it suppressed + * pt-upgrade fails if select column > 64 chars + * pt-mysql-summary may report the wrong cnf file + * pt-mysql-summary incorrectly categorizes databases + * pt-show-grant doesn't support column-level grants + * pt-query-digest review table privilege checks don't work + * pt-query-digest docs for event attributes link to defunct Maatkit wiki + * pt-duplicate-key-checker fails when it encounters a crashed table + * pt-stalk deletes non-empty files + * pt-stalk --no-stalk and --iterations 1 don't wait for the collect + * pt-fifo-split is processing n-1 rows initially + * pt-find documentation error with mtime and InnoDB + * pt-trend output has no header + * pt-visual-explain docs link to missing pdf + * pt-fk-error-logger crashes if there's no foreign key error + * pt-fk-error-logger --dest table example doesn't work + ------------------------------------------------------------------- Sun Nov 11 13:16:38 UTC 2012 - andreas.stieger@gmx.de diff --git a/percona-toolkit.spec b/percona-toolkit.spec index febf8ff..e92f6c0 100644 --- a/percona-toolkit.spec +++ b/percona-toolkit.spec @@ -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.5 +Version: 2.1.6 Release: 0 Url: https://www.percona.com/software/percona-toolkit/ Source: https://www.percona.com/redir/downloads/%{name}/%{version}/percona-toolkit-%{version}.tar.gz