pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/percona-toolkit



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Mon Feb 19 19:22:09 UTC 2018

Modified Files:
        pkgsrc/databases/percona-toolkit: Makefile distinfo

Log Message:
databases/percona-toolkit: Update to 3.0.6.

v3.0.6 released 2018-01-04

New Features
- Improve pt-table-sync support for MyRocks
- pt-stalk now checks the RocksDB status
- pt-mysql-summary contains the RocksDB section
- pt-osc shows a message if trying to set the engine to rocksdb and
  binlog_format != row.
- pt-table-checksum skips RocksDB tables.

Known Issues
- The information message implemented for PT-204 has a typo when
  referring to the --ignore-engines parameter. This problem is planned
  to be fixed in the next release.
- It has been detected that the implementation of PT-205 is not
  complete and pt-osc may fail when altering tables. This problem is
  planned to be fixed in the next release.

Bug Fixes
- The general log parser cannot handle timestamps which include time
  zones
- pt-online-schema-change does not retry on a deadlock error when
  using Percona Server 5.7
- pt-table-checksum ignores generated columns

v3.0.5 released 2017-11-20

New Features
- Improve MongoDB Profiler for PMM and PT
- The mongodb-query-digest supports MongoDB versions lower than 3.2;
  incorrect output was fixed.
- The pt-summary, pt-mysql-summary, pt-mongodb-summary commands
  provide output in the the JSON format.
- pt-mysql-summary shows the output of the Show Slave Hosts command.
- pt-table-sync supports replication channels (requires MySQL version
  5.7.6 or higher)

Bug fixes
- pt-mext fails if the Rsa_public_key variable is empty.
- pt-mongodb-query-digest --version produced incorrect values.
- pt-online-schema-change incorrectly processed virtual columns.
- pt-online-schema-change command reported an error when the name of
  an index contained ‘unique’ as as the prefix or suffix.
- pt-table-checksum did not detect differences on a system with the
  ROW based replication active.
- pt-onine-schema-change --max-load paused if a status variable was
  passed 0 as the value.
- pt-table-checksum reported a misleading error if a column comment
  contained an apostrophe. For more information, see #1708749.
- In some cases, pt-table-checksum did not report that the same table
  contained different values on the master and slave.
- pt-online-schema-change --alter could fail if field names contained
  upper case characters. For more information, see #1705998.
- In some cases pt-mongodb-query-digest could not connect to a db
  using authentication.
- In some cases, pt-kill could ignore the value of the --busy-time
  parameter. For more information, see #1016272.
- When run with the --skip-check-slave-lag, the pt-table-checksum
  could fail in some cases.

v3.0.4 released 2017-08-02

New Features
- Added collection of information about prepared statements by
  pt-stalk when Performance Schema is enabled. For more information,
- Added the --preserve-triggers option for pt-online-schema-change to
  support AFTER triggers.
- Added --output-format option for pt-mongodb-summary to choose
  between JSON format and the default plain text.
- Added the --output-format=csv parameter for pt-archiver to archive
  rows in CSV format.
- Added the --only-same-schema-fks option for pt-online-schema-change
  to check foreigns keys only on tables with the same schema as the
  original table. This should speed up the tool’s execution, but keep in
  mind that if you have foreign keys referencing tables in other
  schemas, they won’t be detected. For more information, see #1690122.
- Added the --check-unique-key-change option for
  pt-online-schema-change to abort if the specified statement for
--alter is trying to add a unique index. This is supposed to avoid
  adding duplicate keys that might lead to silently losing data.
- Added the --truncate-replicate-table option for pt-table-checksum to
  ensure stale data is removed.

Bug fixes
- Fixed pt-table-checksum to support tables that have columns with
  different collations or charsets. For more information, see
  #1674266.
- Fixed primary key handling by pt-archiver. For more information, see
  #1691630.
- Limited constraint name in the new table when running
  pt-online-schema-change. For more information, see #1491674.
- Fixed the --no-check-binlog-format option for pt-table-checksum to
  work as expected.
- Fixed the use of uninitialized value in printf() for
  pt-online-schema-change. For more information, see #1693614.
- Fixed pt-table-sync to prevent field type point to be taken as
  decimal.
- Reverted PT-116 to remove the --use-insert-ignore option from
  pt-online-schema-change.
- Fixed the --skip-check-slave-lag feature for pt-table-checksum to
  safely check for undefined values.
- Fixed regression in --check-slave-lag option for
  pt-online-schema-change.
- Fixed regression in --skip-check-slave-lag option for
  pt-online-schema-change.
- Fixed syntax error in pt-online-schema-change.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/databases/percona-toolkit/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/percona-toolkit/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/percona-toolkit/Makefile
diff -u pkgsrc/databases/percona-toolkit/Makefile:1.20 pkgsrc/databases/percona-toolkit/Makefile:1.21
--- pkgsrc/databases/percona-toolkit/Makefile:1.20      Sun Aug 20 23:54:33 2017
+++ pkgsrc/databases/percona-toolkit/Makefile   Mon Feb 19 19:22:09 2018
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2017/08/20 23:54:33 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2018/02/19 19:22:09 fhajny Exp $
 #
 
-DISTNAME=      percona-toolkit-3.0.3
-PKGREVISION=   1
+DISTNAME=      percona-toolkit-3.0.6
 CATEGORIES=    databases
 MASTER_SITES=  http://www.percona.com/downloads/percona-toolkit/${PKGVERSION_NOREV}/source/tarball/
 

Index: pkgsrc/databases/percona-toolkit/distinfo
diff -u pkgsrc/databases/percona-toolkit/distinfo:1.11 pkgsrc/databases/percona-toolkit/distinfo:1.12
--- pkgsrc/databases/percona-toolkit/distinfo:1.11      Mon Jun 12 19:32:59 2017
+++ pkgsrc/databases/percona-toolkit/distinfo   Mon Feb 19 19:22:09 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2017/06/12 19:32:59 fhajny Exp $
+$NetBSD: distinfo,v 1.12 2018/02/19 19:22:09 fhajny Exp $
 
-SHA1 (percona-toolkit-3.0.3.tar.gz) = 6854652c59668b3312d6787794de05effc4f94c1
-RMD160 (percona-toolkit-3.0.3.tar.gz) = 14d86f2013289251ccc808f26507b8268b84686e
-SHA512 (percona-toolkit-3.0.3.tar.gz) = 258b94facee023aed4821c41b1e626441539b561be485bbb1454aa17e9986638c91ce6675ba8ea4ecdc92acfcb33fc1f7cf1632c9fec44565dc6276b1f0a07ea
-Size (percona-toolkit-3.0.3.tar.gz) = 48741048 bytes
+SHA1 (percona-toolkit-3.0.6.tar.gz) = 599f5b3a1899efec1da9af607797db821784a7d4
+RMD160 (percona-toolkit-3.0.6.tar.gz) = a2e4b2ffce34ecfe926ea10708a5c6c549915f06
+SHA512 (percona-toolkit-3.0.6.tar.gz) = a98495aa12c88d68aefb87335aff8fc91ecd31c25beadf14445af2bf80c79acb6f7148f32817034a4cd27fd9e7b635becbf3d3d3820bf72bad317b1fb2826fe9
+Size (percona-toolkit-3.0.6.tar.gz) = 55262071 bytes



Home | Main Index | Thread Index | Old Index