From 15341b4e0e920d2388a8c161555d9537ea7a3cb4 Mon Sep 17 00:00:00 2001 From: Daniel Nichter Date: Thu, 28 Feb 2013 19:00:07 -0700 Subject: [PATCH] Fix --stats sample for < MySQL 5.5. --- t/pt-online-schema-change/samples/stats-execute.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/t/pt-online-schema-change/samples/stats-execute.txt b/t/pt-online-schema-change/samples/stats-execute.txt index 3f7d8501..2bee23e6 100644 --- a/t/pt-online-schema-change/samples/stats-execute.txt +++ b/t/pt-online-schema-change/samples/stats-execute.txt @@ -1,6 +1,9 @@ Altering `bug_1045317`.`bits`... Dropping triggers... Dropped triggers OK. +# Event Count +# ====== ===== +# INSERT 1 Successfully altered `bug_1045317`.`bits`. Creating new table... Created new table bug_1045317._bits_new OK. @@ -14,6 +17,3 @@ Swapping tables... Swapped original and new tables OK. Dropping old table... Dropped old table `bug_1045317`.`_bits_old` OK. -# Event Count -# ====== ===== -# INSERT 1