Update rn.3-0-12.txt

This commit is contained in:
Dmitriy Kostiuk
2018-09-11 23:19:51 +03:00
committed by GitHub
parent 2cb3533611
commit e623a91511

View File

@@ -1,11 +1,11 @@
Fixed bugs
* :jirabug:`PT-1611`: ``pt-archiver`` fails with UTF-8 chars
* :jirabug:`PT-1603`: ``pt-table-sync`` is not considering unsorted enum fields in indexes for calculating chunk boundaries
* :jirabug:`PT-1574`: ``pt-online-schema-change`` fails on UK and NULLs
* :jirabug:`PT-1572`: Better usage of ENUM fields in keys in NibbleIterator
* :jirabug:`PT-1422`: ``pt-mysql-summary`` may get stuck when Time: NULL in processlist
* :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-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
Documentation changes
* :jirabug:`PT-1321`: Add required MySQL privileges to ``pt-online-schema-change`` documentation
* :jirabug:`PT-1321`: The required MySQL privileges were detailed in `pt-online-schema-change`` documentation