From 998b37f3c0367f09c21a20533532baee7c9df6c0 Mon Sep 17 00:00:00 2001 From: Carlos Salguero Date: Mon, 26 Mar 2018 10:24:46 -0300 Subject: [PATCH] Fixed type in pt-table-sync test and updated changelog --- Changelog | 4 ++++ t/pt-table-sync/pt-1256.t | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 0ad1ac36..5f92ad67 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,9 @@ Changelog for Percona Toolkit +v3.0.9 + + * Feature PT-1509 : Only set binlog_format when necessary (Thanks Moritz Lenz) + v3.0.8 released 2018-03-13 * Feature PT-1500 : add --secure-slowlog option to pt-query digest diff --git a/t/pt-table-sync/pt-1256.t b/t/pt-table-sync/pt-1256.t index d6458dff..3fedfb2c 100644 --- a/t/pt-table-sync/pt-1256.t +++ b/t/pt-table-sync/pt-1256.t @@ -79,7 +79,7 @@ is( "Character set is correct", ); -SKIP { +SKIP: { skip "Skipping in MySQL 8.0.4-rc since there is an error in the server itself", 1 if ($sandbox_version ge '8.0'); # 3 $output = `$trunk/bin/pt-table-sync --execute --lock-and-rename h=127.1,P=12345,u=msandbox,p=msandbox,D=test,t=t1 t=t2 2>&1`;