Fixed type in pt-table-sync test and updated changelog

This commit is contained in:
Carlos Salguero
2018-03-26 10:24:46 -03:00
parent 3e2bda365a
commit 998b37f3c0
2 changed files with 5 additions and 1 deletions

View File

@@ -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`;