mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-04-26 01:02:25 +08:00
Print info about slaves found. Print --progress when waiting for new table to replicate to slaves.
This commit is contained in:
@@ -56,10 +56,10 @@ $sb->load_file('master', "$sample/basic_no_fks.sql");
|
||||
my @create = split("\n\n", $output);
|
||||
|
||||
like(
|
||||
$create[1],
|
||||
$create[1] || '',
|
||||
qr/DEFAULT CHARSET=utf8/,
|
||||
"Can alter charset of new table"
|
||||
);
|
||||
) or diag($output);
|
||||
|
||||
# #############################################################################
|
||||
# Done.
|
||||
|
||||
Reference in New Issue
Block a user