Update test output for --analyze-before-swap.

This commit is contained in:
Daniel Nichter
2015-11-03 15:33:21 -08:00
parent e7bfc1c4e6
commit 4eb1cd3a5c
2 changed files with 3 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
Operation, tries, wait:
analyze_table, 10, 1
copy_rows, 10, 0.25
create_triggers, 10, 1
drop_triggers, 10, 1

View File

@@ -1,6 +1,7 @@
No slaves found. See --recursion-method if host h=127.1,P=12345 has slaves.
Not checking slave lag because no slaves were found and --check-slave-lag was not specified.
Operation, tries, wait:
analyze_table, 10, 1
copy_rows, 10, 0.25
create_triggers, 10, 1
drop_triggers, 10, 1
@@ -22,6 +23,7 @@ TS Creating triggers...
TS Created triggers OK.
TS Copying approximately 3 rows...
TS Copied rows OK.
TS Analyzing new table...
TS Swapping tables...
TS Swapped original and new tables OK.
TS Dropping old table...