Update databases/percona-toolkit to 2.2.17.
v2.2.17 released 2016-03-07 * General compatibility with MySQL 5.7 tools, docs and test suite * pt-mysql-summary displays incorrect info about Fast Server Restarts for Percona Server 5.6 * pt-online-schema-change cannot set sql_mode using --set-vars * pt-online-schema-change added --null-to-non-null option to allow NULLable columns to be converted to NOT NULL * pt-online-schema-change doesn't apply underscores to foreign keys individually * pt-online-schema Invalid recursion method: t=dsns * pt-online-schema-change fails when using --no-drop-old-table after 10 times * pt-query-digest : Redundant argument in sprintf * pt-query-digest doc bug with --since and too many colons * pt-query-digest: Make documentation of --attribute-value-limit option more clear * pt-show-grants fails against MySQL-5.7.6 * pt-show-grants doesn't sort column-level privileges * pt-slave-restart fails on MariaDB 10.0.13 (gtid_mode confusion) * pt-stalk: new var binlog_error_action causes bug in collect module * pt-table-checksum has high likelyhood to skip a table when row count is around chunk-size * chunk-size-limit * pt-table-checksum redundant argument in printf v2.2.16 released 2015-11-09 * pt-archiver dies with "MySQL server has gone away" when innodb_kill_idle_transaction set to low value and bulk insert/delete process takes too long time * pt-kill option --filter does not work * pt-online-schema-change should reconnect to slaves * pt-online-schema-change, MySQL 5.6, and InnoDB optimizer stats can cause downtime * pt-stalk find -warn option is not portable * Document that pt-table-checksum has high likelihood to skip a table when row count is around chunk-size * chunk-size-limit v2.2.15 released 2015-08-28 * pt-archiver checked lag too frequently * pt-archiver clarified function of --check-interval [DOC] * pt-archiver now accepts checking lag on multiple slaves * pt-archiver now checks for PXC flow control via --max-flow-ctl option * pt-archiver options --no-delete and --purge were not mutually exclusive * pt-archiver mysql timed out when innodb_kill_idle_transaction set to low value and check-slave-lag used * pt-duplicate-key-checker doesn't support triple quote in column name * pt-kill enable support for RDS * pt-mysql-summary lacked an --ask-pass option * pt-online-schema-change added --sleep option * pt-online-schema-change core dump on erroneous alter directive * pt-online-schema-change now checks for PXC flow control via --max-flow-ctl option * pt-online-schema-change unstable signal handling * pt-online-schema-change now controls constraint name length * pt-online-schema-change --chunk-size-limit=0 inhibited checksumming of single nibble tables * pt-sift failed when fetching missing tools * pt-stalk monitors tokudb status * pt-table-checksum doesn't reconnect to slaves when timed out on very long lags * passsword parameter must escape commas - all tools [DOC] * changes needed to build packages from git tree * write-user-docs script stopped working after switching to github * testing bugs related to newer perl versions
This commit is contained in:
parent
adddf7ed08
commit
6cb250b9aa
2 changed files with 7 additions and 8 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.14 2015/07/12 18:56:09 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2016/03/10 10:29:53 fhajny Exp $
|
||||
#
|
||||
|
||||
DISTNAME= percona-toolkit-2.2.14
|
||||
PKGREVISION= 1
|
||||
DISTNAME= percona-toolkit-2.2.17
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.percona.com/downloads/percona-toolkit/${PKGVERSION_NOREV}/tarball/
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.7 2015/11/03 01:56:24 agc Exp $
|
||||
$NetBSD: distinfo,v 1.8 2016/03/10 10:29:53 fhajny Exp $
|
||||
|
||||
SHA1 (percona-toolkit-2.2.14.tar.gz) = bf6e6d4415e843bd5b650dfdf3462d1bcb3a0ffa
|
||||
RMD160 (percona-toolkit-2.2.14.tar.gz) = e7d611fd9c2ab7c4333ea14f77d03fbc2c1cf935
|
||||
SHA512 (percona-toolkit-2.2.14.tar.gz) = 34c7f9d5984aad85d8ea1bd0a969a6eba371ff5bf94c0e50cc08bb7fd690e967bba76c82f59e9a539040ffef70bd9c47a8db49435044c67dc4ef2a231fe6a07b
|
||||
Size (percona-toolkit-2.2.14.tar.gz) = 1399612 bytes
|
||||
SHA1 (percona-toolkit-2.2.17.tar.gz) = 2a1834b241d333000fa48def30d8fa254f1f10ff
|
||||
RMD160 (percona-toolkit-2.2.17.tar.gz) = 252cb6aea3269decce4232d0678f5d486d39ce23
|
||||
SHA512 (percona-toolkit-2.2.17.tar.gz) = a6ac84db9fc77b57fffd4f18b1e6c147fa39821a8b8db128af15bac6884a2937f973aa59adb05b738c3a15d9006c71db49276207c5b321acbefd8bd3a6130b76
|
||||
Size (percona-toolkit-2.2.17.tar.gz) = 1420968 bytes
|
||||
|
|
Loading…
Reference in a new issue