mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 05:00:45 +00:00
release-3.0.12 fixed release notes
This commit is contained in:
@@ -1,9 +1,6 @@
|
|||||||
Changelog for Percona Toolkit
|
Changelog for Percona Toolkit
|
||||||
|
|
||||||
v3.0.12 released 2018-09-11
|
|
||||||
|
|
||||||
* Fixed bug PT-1611: pt-archiver fails with UTF-8 chars
|
* Fixed bug PT-1611: pt-archiver fails with UTF-8 chars
|
||||||
* Fixed bug PT-1603: pt-table-sync is not considering unsorted enum fields in indexes for calculating chunk boundaries
|
|
||||||
* Fixed bug PT-1574: pt-online-schema-change fails on UK and NULLs
|
* Fixed bug PT-1574: pt-online-schema-change fails on UK and NULLs
|
||||||
* Fixed bug PT-1572: Better usage of ENUM fields in keys in NibbleIterator
|
* Fixed bug PT-1572: Better usage of ENUM fields in keys in NibbleIterator
|
||||||
* Fixed bug PT-1422: pt-mysql-summary may get stuck when Time: NULL in processlist
|
* Fixed bug PT-1422: pt-mysql-summary may get stuck when Time: NULL in processlist
|
||||||
|
@@ -1,10 +1,6 @@
|
|||||||
v3.0.12 released 2018-09-11
|
|
||||||
===========================
|
|
||||||
|
|
||||||
Fixed bugs
|
Fixed bugs
|
||||||
|
|
||||||
* :jirabug:`PT-1611`: ``pt-archiver`` failed to output UTF-8 characters.
|
* :jirabug:`PT-1611`: ``pt-archiver`` failed to output UTF-8 characters.
|
||||||
* :jirabug:`PT-1603`: ``pt-table-sync`` incorrectly calculated chunk boundaries in case of unsorted ENUM fields in indexes.
|
|
||||||
* :jirabug:`PT-1574`: ``pt-online-schema-change`` failed on tables with a nullable unique key and a row with NULL values.
|
* :jirabug:`PT-1574`: ``pt-online-schema-change`` failed on tables with a nullable unique key and a row with NULL values.
|
||||||
* :jirabug:`PT-1572`: ENUM fields usage in keys was improved, resulting in higher speed for expressions with sorted ENUM items.
|
* :jirabug:`PT-1572`: ENUM fields usage in keys was improved, resulting in higher speed for expressions with sorted ENUM items.
|
||||||
* :jirabug:`PT-1422`: ``pt-mysql-summary`` could hung up in case of NULL values in a processlist Time column
|
* :jirabug:`PT-1422`: ``pt-mysql-summary`` could hung up in case of NULL values in a processlist Time column
|
||||||
@@ -17,7 +13,6 @@ Changelog
|
|||||||
---------
|
---------
|
||||||
|
|
||||||
* Fixed bug PT-1611: pt-archiver fails with UTF-8 chars
|
* Fixed bug PT-1611: pt-archiver fails with UTF-8 chars
|
||||||
* Fixed bug PT-1603: pt-table-sync is not considering unsorted enum fields in indexes for calculating chunk boundaries
|
|
||||||
* Fixed bug PT-1574: pt-online-schema-change fails on UK and NULLs
|
* Fixed bug PT-1574: pt-online-schema-change fails on UK and NULLs
|
||||||
* Fixed bug PT-1572: Better usage of ENUM fields in keys in NibbleIterator
|
* Fixed bug PT-1572: Better usage of ENUM fields in keys in NibbleIterator
|
||||||
* Fixed bug PT-1422: pt-mysql-summary may get stuck when Time: NULL in processlist
|
* Fixed bug PT-1422: pt-mysql-summary may get stuck when Time: NULL in processlist
|
||||||
|
Reference in New Issue
Block a user