mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-08 21:19:04 +00:00
Merge pull request #383 from percona/release-3.0.13
RM-422 Updated changelog & library version
This commit is contained in:
@@ -560,6 +560,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
Percona Toolkit v3.0.12 released 2018-09-11
|
||||
Percona Toolkit v3.0.13 released 2018-12-28
|
||||
|
||||
=cut
|
||||
|
@@ -1,6 +1,34 @@
|
||||
Percona Toolkit
|
||||
***************
|
||||
|
||||
v3.0.13 released 2019-01-03
|
||||
===========================
|
||||
|
||||
Improvements
|
||||
|
||||
* :jirabug:`PT-1340`: ``pt-stalk`` now doesn't call ``mysqladmin debug`` command
|
||||
by default to avoid flooding in the error log when not needed.
|
||||
``CMD_MYSQLADMIN="mysqladmin debug"`` environment variable reverts
|
||||
``pt-stalk`` to the previous way of operation.
|
||||
* :jirabug:`PT-1637`: A new ``--fail-on-stopped-replication`` option allows
|
||||
``pt-table-checksum`` to detect failing slave nodes.
|
||||
|
||||
Fixed bugs
|
||||
|
||||
* :jirabug:`PT-1673`: ``pt-show-grants`` was incompatible with MariaDB 10+
|
||||
(thanks `Tim Birkett <https://github.com/pysysops>`_)
|
||||
* :jirabug:`PT-1638`: ``pt-online-schema-change`` was erroneously taking MariaDB
|
||||
10.x for MySQL 8.0 and rejecting to work with it to avoid the upstream bug
|
||||
`#89441 <https://bugs.mysql.com/bug.php?id=89441>`_ scope.
|
||||
* :jirabug:`PT-1616`: ``pt-table-checksum`` failed to resume on large tables
|
||||
with binary strings containing invalid UTF-8 characters.
|
||||
* :jirabug:`PT-1573`: ``pt-query-digest`` didn't work in case of
|
||||
``log_timestamps = SYSTEM`` my.cnf option.
|
||||
* :jirabug:`PT-1114`: ``pt-table-checksum`` failed when the table was empty.
|
||||
* :jirabug:`PT-157`: Specifying a non-primary key index with the ``i`` part of
|
||||
the ``--source`` argument made ``pt-archiver`` to ignore the
|
||||
``--primary-key-only`` option presence.
|
||||
|
||||
v3.0.12 released 2018-09-13
|
||||
===========================
|
||||
|
||||
|
Reference in New Issue
Block a user