From 4eb1cd3a5c281d7887a0ff4619a8a07130f7724b Mon Sep 17 00:00:00 2001 From: Daniel Nichter Date: Tue, 3 Nov 2015 15:33:21 -0800 Subject: [PATCH] Update test output for --analyze-before-swap. --- t/pt-online-schema-change/samples/stats-dry-run.txt | 1 + t/pt-online-schema-change/samples/stats-execute-5.5.txt | 2 ++ 2 files changed, 3 insertions(+) diff --git a/t/pt-online-schema-change/samples/stats-dry-run.txt b/t/pt-online-schema-change/samples/stats-dry-run.txt index 24fd5bd0..8b7e0060 100644 --- a/t/pt-online-schema-change/samples/stats-dry-run.txt +++ b/t/pt-online-schema-change/samples/stats-dry-run.txt @@ -1,4 +1,5 @@ Operation, tries, wait: + analyze_table, 10, 1 copy_rows, 10, 0.25 create_triggers, 10, 1 drop_triggers, 10, 1 diff --git a/t/pt-online-schema-change/samples/stats-execute-5.5.txt b/t/pt-online-schema-change/samples/stats-execute-5.5.txt index 3b4ee3df..47e7cd67 100644 --- a/t/pt-online-schema-change/samples/stats-execute-5.5.txt +++ b/t/pt-online-schema-change/samples/stats-execute-5.5.txt @@ -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...