From 89d1a5a8cbfe4075bef59de89e08e5fb943405b6 Mon Sep 17 00:00:00 2001 From: hrvojem Date: Tue, 16 Aug 2016 10:55:00 +0200 Subject: [PATCH] Added missing changelog and update the release date --- docs/release_notes.rst | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index ff26d492..14ac28f0 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -1,7 +1,7 @@ Release Notes ************* -v2.2.19 released 2016-08-15 +v2.2.19 released 2016-08-16 =========================== Percona Toolkit 2.2.19 includes the following changes: @@ -40,6 +40,19 @@ Bug fixes Changelog --------- +* Feature 1610385: Recheck the list of slaves while OSC runs (Thanks Daniƫl van Eeden & Mikhail Izioumtchenko) +* Fixed bug 1221372: pt-osc should error if server is a slave in row based replication +* Fixed bug 1485195: pt-table-checksum should force replica table charset to utf8 Edit (Thanks Jaime Crespo) +* Fixed bug 1517155: Added --create-table-engine param to pt-heartbeat +* Fixed bug 1581752: SlowLogParser is able to handle dates in RFC339 format for MySQL 5.7 (Thanks Nickolay Ihalainen) +* Fixed bug 1592166: pt-kill leaks memory +* Fixed bug 1592166: pt-kill leaks memory each time it kills a query +* Fixed bug 1592608: Large BLOB/TEXT/BINARY Produces NULL Checksum (Thanks Jervin Real) +* Fixed bug 1593265: Fixed pt-archiver deletes wrong rows #103 (Thanks Tibor Korocz & David Ducos) +* Fixed bug 1595678: Added --slave-user and --slave-password to pt-online-schema-change & pt-table-sync +* Fixed bug 1610386: Handle GTID ranges where the left-side integer is larger than 9 (Thanks @sodabrew) +* Fixed bug 1610387: Remove extra word 'default' from the --verbose help (Thanks @sodabrew) +* Fixed bug 1610388: add enum column type to is_char check so that values are properly quoted (Thanks Daniel Kinon) v2.2.18 released 2016-06-24 ===========================