From 601d948099ad18cc451b607f12cebe106ea765b8 Mon Sep 17 00:00:00 2001 From: "msvensson@neptunus.(none)" <> Date: Tue, 18 Jul 2006 15:15:43 +0200 Subject: [PATCH] Fix erroneous join function use --- mysql-test/mysql-test-run.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index ce76e136eb5..2f189f01d29 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -3518,7 +3518,6 @@ sub im_stop($) { } # Kill leftovers (the order is important). - unless ($clean_shutdown) { @@ -3535,7 +3534,7 @@ sub im_stop($) { # will not stop them on shutdown. So, we should firstly try to end them # legally. - mtr_verbose("Killing guarded mysqld(s) " . join(@mysqld_pids)); + mtr_verbose("Killing guarded mysqld(s) " . join(" ", @mysqld_pids)); mtr_kill_processes(\@mysqld_pids); # Complain in error log so that a warning will be shown.