Print info about slaves found. Print --progress when waiting for new table to replicate to slaves.

This commit is contained in:
Daniel Nichter
2013-11-26 16:23:52 -08:00
parent 1f35ab7654
commit 56a32fe50b
5 changed files with 66 additions and 12 deletions
+2 -2
View File
@@ -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.