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
@@ -1,3 +1,9 @@
Found 2 slaves:
h=127.0.0.1,P=12346
h=127.0.0.1,P=12347
Will check slave lag on:
h=127.0.0.1,P=12346
h=127.0.0.1,P=12347
Operation, tries, wait:
copy_rows, 10, 0.25
create_triggers, 10, 1
@@ -14,6 +20,7 @@ TS Dropped triggers OK.
Successfully altered `bug_1045317`.`bits`.
Creating new table...
Created new table bug_1045317._bits_new OK.
Waiting forever for new table `bug_1045317`.`_bits_new` to replicate to h=127.0.0.1,P=12346...
Altering new table...
Altered `bug_1045317`.`_bits_new` OK.
TS Creating triggers...