mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-23 21:05:00 +00:00
Test and fix very small --chunk-time. Report immediately when a slave is stopped. Add short form -q for --quiet. Report very slow checksums once for each table. Use Cxn::name() instead of Cxn::dsn()->{n}; remove n from DSNParser; make cxn's name @@hostname by default, else stringified DSN parts.
This commit is contained in:
@@ -137,7 +137,7 @@ is (
|
||||
|
||||
is (
|
||||
$dp->as_string({ h=>'localhost', P=>'3306',p=>'omg'}, [qw(h P)]),
|
||||
'P=3306,h=localhost',
|
||||
'h=localhost,P=3306',
|
||||
'DSN stringifies only requested parts'
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user