Percona Toolkit moved to https://jira.percona.com/projects/PT 2.1.6

Bug fixes, pt-stalk --plugin, renaming columns with pt-online-schema-change, pt-show-grants handling column-level grants

Milestone information

Project:
Percona Toolkit moved to https://jira.percona.com/projects/PT
Series:
2.1
Version:
2.1.6
Released:
 
Registrant:
Brian Fraser
Release registered:
Active:
No. Drivers cannot target bugs and blueprints to this milestone.  

Download RDF metadata

Activities

Assigned to you:
No blueprints or bugs assigned to you.
Assignees:
16 Brian Fraser, 21 Daniel Nichter
Blueprints:
3 Implemented
Bugs:
34 Fix Released

Download files for this release

File Description Downloads

Release notes 

Percona Toolkit 2.1.6 has been released. This release includes 33 bug fixes and three new features: pt-online-schema-change now handles renaming columns without losing data, removing one of the tool's limitations. pt-online-schema-change also got two new options: --default-engine and --statistics. Finally, pt-stalk now has a plugin hook interface, available through the --plugin option. The bug fixes are widely assorted. The following highlights some of the more interesting and "hot" bugs:

* Bug 978133: pt-query-digest review table privilege checks don't work

The same checks were removed from pt-table-checksum on 2.1.3 and pt-table-sync on 2.1.4, so this just follows suit.

* Bug 938068: pt-table-checksum doesn't warn if binlog_format=row or mixed on slaves

A particularly important fix, as it may stop pt-table-checksum from breaking replication in these setups.

* Bug 1043438: pt-table-checksum doesn't honor --run-time while checking replication lag

If you run multiple instances of pt-table-checksum on a badly lagged server, actually respecting --run-time stops the instances from divebombing the server when the replica catches up.

* Bug 1062324: pt-online-schema-change DELETE trigger fails when altering primary key

Fixed by choosing a key on the new table for the DELETE trigger.

* Bug 1062563: pt-table-checksum 2.1.4 doesn't detect diffs on Percona XtraDB Cluster nodes

A follow up to the same fix in the previous release, this adds to warnings for cases in which pt-table-checksum may work incorrectly and require some user intervention: One for the case of master -> cluster, and one for cluster1 -> cluster2.

* Bug 821715: LOAD DATA LOCAL INFILE broken in some platforms

This bug has hounded the toolkit for quite some time. In some platforms, trying to use LOAD DATA LOCAL INFILE would fail as if the user didn't have enough privileges to perform the operation. This was a misdiagnoses from MySQL; The actual problem was that the libmysqlclient.so provided by some vendors was compiled in a way that disallowed users from using the statement without some extra work. This fix adds an 'L' option to the DSNs the toolkit uses, tells the the tools to explicitly enables LOAD DATA LOCAL INFILE. This affected two pt-archiver and pt-upgrade, so if you are on an effected OS and need to use those, you can simply tag an L=1 to your DSN and everything should start working.

* Bug 866075: pt-show-grant doesn't support column-level grants

This was actually the 'hottest' bug in the tracker.

This is another solid bug fix release, and all 2.1 users are encouraged to upgrade.

Percona Toolkit packages can be downloaded from http://www.percona.com/downloads/percona-toolkit/ or the Percona Software Repositories (http://www.percona.com/software/repositories/).

Changelog 

View the full changelog

* 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
* Fixed bug 1069951: --version-check default should be explicitly "off"
* Fixed bug 821715: LOAD DATA LOCAL INFILE broken in some platforms
* Fixed bug 995896: Useless use of cat in Daemon.pm
* Fixed bug 1039074: Tools exit 0 on error parsing options, should exit non-zero
* Fixed bug 938068: pt-table-checksum doesn't warn if binlog_format=row or mixed on slaves
* Fixed bug 1009510: pt-table-checksum breaks replication if a slave table is missing or different
* Fixed bug 1043438: pt-table-checksum doesn't honor --run-time while checking replication lag
* Fixed bug 1073532: pt-table-checksum error: Use of uninitialized value in int at line 2778
* Fixed bug 1016131: pt-table-checksum can crash with --columns if none match
* Fixed bug 1039569: pt-table-checksum dies if creating the --replicate table fails
* Fixed bug 1059732: pt-table-checksum doesn't test all hash functions
* Fixed bug 1062563: pt-table-checksum 2.1.4 doesn't detect diffs on Percona XtraDB Cluster nodes
* Fixed bug 1043528: pt-deadlock-logger can't parse db/tbl/index on partitioned tables
* Fixed bug 1062324: pt-online-schema-change DELETE trigger fails when altering primary key
* Fixed bug 1058285: pt-online-schema-change fails if sql_mode explicitly or implicitly uses ANSI_QUOTES
* Fixed bug 1073996: pt-online-schema-change fails with "I need a max_rows argument"
* Fixed bug 1039541: pt-online-schema-change --quiet doesn't disable --progress
* Fixed bug 1045317: pt-online-schema-change doesn't report how many warnings it suppressed
* Fixed bug 1060774: pt-upgrade fails if select column > 64 chars
* Fixed bug 1070916: pt-mysql-summary may report the wrong cnf file
* Fixed bug 903229: pt-mysql-summary incorrectly categorizes databases
* Fixed bug 866075: pt-show-grant doesn't support column-level grants
* Fixed bug 978133: pt-query-digest review table privilege checks don't work
* Fixed bug 956981: pt-query-digest docs for event attributes link to defunct Maatkit wiki
* Fixed bug 1047335: pt-duplicate-key-checker fails when it encounters a crashed table
* Fixed bug 1047701: pt-stalk deletes non-empty files
* Fixed bug 1070434: pt-stalk --no-stalk and --iterations 1 don't wait for the collect
* Fixed bug 1052722: pt-fifo-split is processing n-1 rows initially
* Fixed bug 1013407: pt-find documentation error with mtime and InnoDB
* Fixed bug 1059757: pt-trend output has no header
* Fixed bug 1063933: pt-visual-explain docs link to missing pdf
* Fixed bug 1075773: pt-fk-error-logger crashes if there's no foreign key error
* Fixed bug 1075775: pt-fk-error-logger --dest table example doesn't work

3 blueprints and 34 bugs targeted

Blueprint Priority Assignee Delivery
Rename columns with pt-online-schem-change Rename columns with pt-online-schem-change 4 High Brian Fraser  11 Implemented
pt-stalk --plugin pt-stalk --plugin 4 High Daniel Nichter  11 Implemented
pt-online-schema-change --default-engine pt-online-schema-change --default-engine 3 Medium Daniel Nichter  11 Implemented
Bug report Importance Assignee Status
1062324 #1062324 pt-online-schema-change DELETE trigger fails when altering primary key 2 Critical Daniel Nichter  10 Fix Released
1043438 #1043438 pt-table-checksum doesn't honor --run-time while checking replication lag 3 High Daniel Nichter  10 Fix Released
1069951 #1069951 --version-check default should be explicitly "off" 3 High Brian Fraser  10 Fix Released
1073532 #1073532 pt-table-checksum error: Use of uninitialized value in int at line 2778 3 High Brian Fraser  10 Fix Released
1075773 #1075773 pt-fk-error-logger crashes if there's no foreign key error 3 High Daniel Nichter  10 Fix Released
821715 #821715 LOAD DATA LOCAL INFILE broken in some platforms 4 Medium Brian Fraser  10 Fix Released
903229 #903229 pt-mysql-summary incorrectly categorizes databases 4 Medium Brian Fraser  10 Fix Released
938068 #938068 pt-table-checksum doesn't warn if binlog_format=row or mixed on slaves 4 Medium Brian Fraser  10 Fix Released
978133 #978133 pt-query-digest review table privilege checks don't work 4 Medium Brian Fraser  10 Fix Released
1009510 #1009510 pt-table-checksum breaks replication if a slave table is missing or different 4 Medium Brian Fraser  10 Fix Released
1013407 #1013407 pt-find documentation error with mtime and InnoDB 4 Medium Daniel Nichter  10 Fix Released
1016131 #1016131 pt-table-checksum can crash with --columns if none match 4 Medium Brian Fraser  10 Fix Released
1039569 #1039569 pt-table-checksum dies if creating the --replicate table fails 4 Medium Brian Fraser  10 Fix Released
1043528 #1043528 pt-deadlock-logger can't parse db/tbl/index on partitioned tables 4 Medium Daniel Nichter  10 Fix Released
1045317 #1045317 pt-online-schema-change doesn't report how many warnings it suppressed 4 Medium Brian Fraser  10 Fix Released
1047335 #1047335 pt-duplicate-key-checker fails when it encounters a crashed table 4 Medium Brian Fraser  10 Fix Released
1047701 #1047701 pt-stalk deletes non-empty files 4 Medium Daniel Nichter  10 Fix Released
1052722 #1052722 pt-fifo-split is processing n-1 rows initially 4 Medium Brian Fraser  10 Fix Released
1058285 #1058285 pt-online-schema-change fails if sql_mode explicitly or implicitly uses ANSI_QUOTES 4 Medium Brian Fraser  10 Fix Released
1059732 #1059732 pt-table-checksum doesn't test all hash functions 4 Medium Brian Fraser  10 Fix Released
1060774 #1060774 pt-upgrade fails if select column > 64 chars 4 Medium Daniel Nichter  10 Fix Released
1062563 #1062563 pt-table-checksum 2.1.4 doesn't detect diffs on Percona XtraDB Cluster nodes 4 Medium Brian Fraser  10 Fix Released
1070434 #1070434 pt-stalk --no-stalk and --iterations 1 don't wait for the collect 4 Medium Daniel Nichter  10 Fix Released
1070916 #1070916 pt-mysql-summary may report the wrong cnf file 4 Medium Daniel Nichter  10 Fix Released
1073996 #1073996 pt-online-schema-change fails with "I need a max_rows argument" 4 Medium Daniel Nichter  10 Fix Released
866075 #866075 pt-show-grant doesn't support column-level grants 5 Low Daniel Nichter  10 Fix Released
866075 #866075 pt-show-grant doesn't support column-level grants 5 Low Daniel Nichter  10 Fix Released
956981 #956981 pt-query-digest docs for event attributes link to defunct Maatkit wiki 5 Low Daniel Nichter  10 Fix Released
995896 #995896 Useless use of cat in Daemon.pm 5 Low Daniel Nichter  10 Fix Released
1039074 #1039074 Tools exit 0 on error parsing options, should exit non-zero 5 Low Daniel Nichter  10 Fix Released
1039541 #1039541 pt-online-schema-change --quiet doesn't disable --progress 5 Low Daniel Nichter  10 Fix Released
1059757 #1059757 pt-trend output has no header 5 Low Daniel Nichter  10 Fix Released
1063933 #1063933 pt-visual-explain docs link to missing pdf 5 Low Daniel Nichter  10 Fix Released
1075775 #1075775 pt-fk-error-logger --dest table example doesn't work 5 Low Daniel Nichter  10 Fix Released
This milestone contains Public information
Everyone can see this information.