mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-27 16:12:04 +00:00
Update release notes fixing minor errors
This commit is contained in:
@@ -50,7 +50,7 @@ copyright = u'2017, Percona LLC and/or its affiliates'
|
|||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '3.0'
|
version = '3.0'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '3.0.10'
|
release = '3.0.11'
|
||||||
|
|
||||||
# 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.
|
||||||
|
@@ -4,19 +4,18 @@ Release Notes
|
|||||||
v3.0.11 released
|
v3.0.11 released
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
Improvements
|
New features
|
||||||
|
|
||||||
* :jirabug:`PT-1571`: Improved hostname recognition in ``pt-secure-collect``
|
* :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-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 <https://www.percona.com/blog/author/marcelo-altmann/>`_)
|
||||||
* :jirabug:`PT-242`: (``pt-stalk``) Include ``SHOW SLAVE STATUS`` on MySQL 5.7 (Thanks Marcelo Altmann)
|
|
||||||
|
|
||||||
Fixed bugs
|
Fixed bugs
|
||||||
|
|
||||||
* :jirabug:`PT-1570`: ``pt-archiver`` fails to detect columns with the word *GENERATED* as part of the comment
|
* :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-1563`: ``pt-show-grants`` fails for MySQL 5.6 producing an error which reports that an unknown column **account_locked** has been detected.
|
||||||
* :jirabug:`PT-1551`: ``pt-table-checksum`` fails on MySQL 8.0.11
|
* :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)
|
* :jirabug:`PT-241`: (``pt-stalk``) Slave queries don\'t run on MySQL 5.7 because the FQDN is missing (Thanks `Marcelo Altmann <https://www.percona.com/blog/author/marcelo-altmann/>`_)
|
||||||
|
|
||||||
Breaking changes:
|
Breaking changes:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user