From 0c9c9ef6fcb1096e78e0652c52fbed9530fb2ffe Mon Sep 17 00:00:00 2001 From: "msvensson@shellback.(none)" <> Date: Fri, 19 May 2006 09:13:25 +0200 Subject: [PATCH] Remove printout when restart is skipped --- mysql-test/mysql-test-run.pl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 4a1f895b73b..c4194ce7797 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -2946,10 +2946,6 @@ sub run_testcase_stop_servers($) { $do_restart= 1; mtr_report("Restart because: master_restart or running_master_is_special"); } - else - { - mtr_report("Skip restart: " . join(" ", @{$tinfo->{'master_opt'}})); - } my $pid; my %admin_pids; # hash of admin processes that requests shutdown