Merge pull request #364 from hrvojem/pt-1613

Fixed PT-1613
This commit is contained in:
Carlos Salguero
2018-09-13 08:31:06 -03:00
committed by GitHub
2 changed files with 27 additions and 127566 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,3 +1,6 @@
v3.0.12 released 2018-09-11
===========================
Fixed bugs
* :jirabug:`PT-1611`: ``pt-archiver`` failed to output UTF-8 characters.
@@ -9,3 +12,13 @@ Fixed bugs
Documentation changes
* :jirabug:`PT-1321`: The required MySQL privileges were detailed in `pt-online-schema-change`` documentation
Changelog
---------
* 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-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
* Improvement PT-1321: Add required MySQL privileges to pt-online-schema-change documentation