Build repcona-toolkit-3.0.12

This commit is contained in:
EvgeniyPatlan
2018-09-11 11:22:26 +00:00
parent ffc0fd9ae2
commit 2cb3533611
40 changed files with 74 additions and 39 deletions

View File

@@ -560,6 +560,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
Percona Toolkit v3.0.11 released 2018-07-06
Percona Toolkit v3.0.12 released 2018-09-11
=cut

View File

@@ -1,6 +1,31 @@
Percona Toolkit
***************
v3.0.12 released 2018-09-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
Documentation changes
* :jirabug:`PT-1321`: Add required MySQL privileges to ``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
.. include:: rn.3-0-11.txt
.. include:: rn.3-0-10.txt

View File

@@ -1,6 +1,3 @@
v3.0.11 released 2018-07-06
===========================
Fixed bugs
* :jirabug:`PT-1611`: ``pt-archiver`` fails with UTF-8 chars