mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-26 15:31:55 +00:00
Fixed type in pt-table-sync test and updated changelog
This commit is contained in:
@@ -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`;
|
||||
|
Reference in New Issue
Block a user