mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-27 16:12:04 +00:00
Fixed type in pt-table-sync test and updated changelog
This commit is contained in:
@@ -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
|
||||
|
@@ -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