Updated rn y changelog

This commit is contained in:
Carlos Salguero
2018-07-06 11:05:44 -03:00
parent faad4f5445
commit d4d9d74543
2 changed files with 3 additions and 35 deletions

View File

@@ -1,6 +1,6 @@
Changelog for Percona Toolkit
v3.0.11 released 2018-07-03
v3.0.11
* Improvement PT-1571 : Improved hostname recognition in pt-secure-collect
* Fixed bug PT-1570 : pt-archiver fails to detect columns with the word GENERATED as part of the comment

View File

@@ -1,37 +1,5 @@
Release Notes
*************
Improvements
* :jirabug:`PT-1571`: Improved hostname recognition in ``pt-secure-collect``
* :jirabug:`PT-1569`: Disabled ``--alter-foreign-keys-method=drop_swap`` in ``pt-online-schema-change``
* :jirabug:`PT-1562`: ``pt-mysql-summary``: Fix the ``mysqld`` command for Travis
* :jirabug:`PT-242`: (``pt-stalk``) Include ``SHOW SLAVE STATUS`` on MySQL 5.7 (Thanks Marcelo Altmann)
Fixed bugs
* :jirabug:`PT-1570`: ``pt-archiver`` fails to detect columns with the word *GENERATED* as part of the comment
* :jirabug:`PT-1563`: Fixed ``pt-show-grants`` for MySQL 5.6
* :jirabug:`PT-1551`: ``pt-table-checksum`` fails on MySQL 8.0.11
* :jirabug:`PT-241`: (``pt-stalk``) Slave queries don\'t run on MySQL 5.7 (Thanks Marcelo Altmann)
Breaking changes:
Starting with this version, the queries checksum in ``pt-query-digest`` will
use the full MD5 field as a CHAR(32) field instead of storing just the least
significant bytes of the checksum as a BIGINT field. The reason for this
change is that storing only the least significant bytes as a BIGINT was
producing inconsistent results in MySQL 8 compared to MySQL 5.6+. For example,
the same query on MySQL 5.6+ would produce a checksum different from that
received in MySQL 8; this could cause the validation to fail.
``pt-online-schema-change`` in MySQL 8:
Due to an `error in MySQL 8.0+ <https://bugs.mysql.com/bug.php?id=89441>`_, it
is not possible to use the ``drop_swap`` method to rebuild constraints because
renaming a table will result in losing the foreign keys. You must specify a
different method explicitly.
Percona Toolkit
***************
v3.0.10 released 2018-05-21
===========================