mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 13:11:32 +00:00
Build percona-toolkit-2.1.6
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
Changelog for Percona Toolkit
|
Changelog for Percona Toolkit
|
||||||
|
|
||||||
|
v2.1.6 released 2012-11-13
|
||||||
|
|
||||||
* pt-online-schema-change: Columns can now be renamed without data loss
|
* pt-online-schema-change: Columns can now be renamed without data loss
|
||||||
* pt-online-schema-change: New --default-engine option
|
* pt-online-schema-change: New --default-engine option
|
||||||
* pt-stalk: Plugin hooks available through the --plugin option to extend the tool's functionality
|
* pt-stalk: Plugin hooks available through the --plugin option to extend the tool's functionality
|
||||||
|
@@ -2,7 +2,7 @@ use ExtUtils::MakeMaker;
|
|||||||
|
|
||||||
WriteMakefile(
|
WriteMakefile(
|
||||||
NAME => 'percona-toolkit',
|
NAME => 'percona-toolkit',
|
||||||
VERSION => '2.1.5',
|
VERSION => '2.1.6',
|
||||||
EXE_FILES => [ <bin/*> ],
|
EXE_FILES => [ <bin/*> ],
|
||||||
MAN1PODS => {
|
MAN1PODS => {
|
||||||
'docs/percona-toolkit.pod' => 'blib/man1/percona-toolkit.1p',
|
'docs/percona-toolkit.pod' => 'blib/man1/percona-toolkit.1p',
|
||||||
|
@@ -218,6 +218,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
|||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
pt-align 2.1.5
|
pt-align 2.1.6
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
@@ -7539,6 +7539,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
|||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
pt-archiver 2.1.5
|
pt-archiver 2.1.6
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
@@ -4836,6 +4836,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
|||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
pt-config-diff 2.1.5
|
pt-config-diff 2.1.6
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
@@ -4777,6 +4777,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
|||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
pt-deadlock-logger 2.1.5
|
pt-deadlock-logger 2.1.6
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
@@ -5567,6 +5567,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
|||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
pt-diskstats 2.1.5
|
pt-diskstats 2.1.6
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
@@ -5417,6 +5417,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
|||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
pt-duplicate-key-checker 2.1.5
|
pt-duplicate-key-checker 2.1.6
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
@@ -1568,6 +1568,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
|||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
pt-fifo-split 2.1.5
|
pt-fifo-split 2.1.6
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
@@ -4898,6 +4898,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
|||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
pt-find 2.1.5
|
pt-find 2.1.6
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
@@ -2148,6 +2148,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
|||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
pt-fingerprint 2.1.5
|
pt-fingerprint 2.1.6
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
@@ -4026,6 +4026,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
|||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
pt-fk-error-logger 2.1.5
|
pt-fk-error-logger 2.1.6
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
@@ -5928,6 +5928,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
|||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
pt-heartbeat 2.1.5
|
pt-heartbeat 2.1.6
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
@@ -7451,6 +7451,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
|||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
pt-index-usage 2.1.5
|
pt-index-usage 2.1.6
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
@@ -1103,7 +1103,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
|||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
pt-ioprofile 2.1.5
|
pt-ioprofile 2.1.6
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
|
@@ -7786,6 +7786,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
|||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
pt-kill 2.1.5
|
pt-kill 2.1.6
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
@@ -3657,6 +3657,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
|||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
pt-log-player 2.1.5
|
pt-log-player 2.1.6
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
@@ -282,7 +282,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
|||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
pt-mext 2.1.5
|
pt-mext 2.1.6
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
|
@@ -2904,7 +2904,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
|||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
pt-mysql-summary 2.1.5
|
pt-mysql-summary 2.1.6
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
|
@@ -10617,6 +10617,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
|||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
pt-online-schema-change 2.1.5
|
pt-online-schema-change 2.1.6
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
@@ -396,7 +396,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
|||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
pt-pmp 2.1.5
|
pt-pmp 2.1.6
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
|
@@ -8700,6 +8700,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
|||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
pt-query-advisor 2.1.5
|
pt-query-advisor 2.1.6
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
@@ -17412,6 +17412,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
|||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
pt-query-digest 2.1.5
|
pt-query-digest 2.1.6
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
@@ -2304,6 +2304,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
|||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
pt-show-grants 2.1.5
|
pt-show-grants 2.1.6
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
@@ -781,7 +781,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
|||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
pt-sift 2.1.5
|
pt-sift 2.1.6
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
|
@@ -4598,6 +4598,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
|||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
pt-slave-delay 2.1.5
|
pt-slave-delay 2.1.6
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
@@ -4022,6 +4022,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
|||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
pt-slave-find 2.1.5
|
pt-slave-find 2.1.6
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
@@ -5522,6 +5522,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
|||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
pt-slave-restart 2.1.5
|
pt-slave-restart 2.1.6
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
@@ -1937,7 +1937,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
|||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
pt-stalk 2.1.5
|
pt-stalk 2.1.6
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
|
@@ -2673,7 +2673,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
|||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
pt-summary 2.1.5
|
pt-summary 2.1.6
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
|
@@ -11769,6 +11769,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
|||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
pt-table-checksum 2.1.5
|
pt-table-checksum 2.1.6
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
@@ -12606,6 +12606,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
|||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
pt-table-sync 2.1.5
|
pt-table-sync 2.1.6
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
@@ -7380,6 +7380,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
|||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
pt-table-usage 2.1.5
|
pt-table-usage 2.1.6
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
@@ -2529,6 +2529,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
|||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
pt-tcp-model 2.1.5
|
pt-tcp-model 2.1.6
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
@@ -2230,6 +2230,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
|||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
pt-trend 2.1.5
|
pt-trend 2.1.6
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
@@ -13117,6 +13117,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
|||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
pt-upgrade 2.1.5
|
pt-upgrade 2.1.6
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
@@ -5870,6 +5870,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
|||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
pt-variable-advisor 2.1.5
|
pt-variable-advisor 2.1.6
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
@@ -3139,6 +3139,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
|||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
pt-visual-explain 2.1.5
|
pt-visual-explain 2.1.6
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
@@ -1,3 +1,44 @@
|
|||||||
|
percona-toolkit (2.1.6) unstable; urgency=low
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
-- Percona Toolkit Developers <toolkit-dev@percona.com> Tue, 13 Nov 2012 15:10:55 +0000
|
||||||
|
|
||||||
percona-toolkit (2.1.5) unstable; urgency=low
|
percona-toolkit (2.1.5) unstable; urgency=low
|
||||||
|
|
||||||
* Fixed bug 1062563: pt-table-checksum 2.1.4 doesn't detect diffs on Percona XtraDB Cluster nodes
|
* Fixed bug 1062563: pt-table-checksum 2.1.4 doesn't detect diffs on Percona XtraDB Cluster nodes
|
||||||
|
@@ -50,7 +50,7 @@ copyright = u'2011, Percona Inc'
|
|||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '2.1'
|
version = '2.1'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '2.1.5'
|
release = '2.1.6'
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
@@ -156,7 +156,7 @@ Transform tcpdump into metrics that permit performance and scalability modeling.
|
|||||||
|
|
||||||
=item pt-trend
|
=item pt-trend
|
||||||
|
|
||||||
Compute statistics over a set of time-series data points.
|
(DEPRECATED) Compute statistics over a set of time-series data points.
|
||||||
|
|
||||||
=item pt-upgrade
|
=item pt-upgrade
|
||||||
|
|
||||||
@@ -510,6 +510,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
|||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
Percona Toolkit v2.1.5 released 2012-10-08
|
Percona Toolkit v2.1.6 released 2012-11-13
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
@@ -1,6 +1,83 @@
|
|||||||
Release Notes
|
Release Notes
|
||||||
*************
|
*************
|
||||||
|
|
||||||
|
v2.1.6 released 2012-11-13
|
||||||
|
==========================
|
||||||
|
|
||||||
|
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
|
||||||
|
---------
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
v2.1.5 released 2012-10-08
|
v2.1.5 released 2012-10-08
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user