summaryrefslogtreecommitdiff
path: root/mysql-test/lib
diff options
context:
space:
mode:
authorunknown <msvensson@shellback.(none)>2006-10-12 11:39:41 +0200
committerunknown <msvensson@shellback.(none)>2006-10-12 11:39:41 +0200
commit450eab19a3fd61603d18df4516e991ea18d08076 (patch)
tree71dea5cdea6e3b6440e5f3aada58848c6ac77741 /mysql-test/lib
parent1f816053d2f531062c5449fc4cea71c2c41792d6 (diff)
parent4d45abc5d2d19abf6a79f585c997381c9346e6af (diff)
downloadmariadb-git-450eab19a3fd61603d18df4516e991ea18d08076.tar.gz
Merge shellback.(none):/home/msvensson/mysql/mysql-5.0-maint
into shellback.(none):/home/msvensson/mysql/mysql-5.1-maint client/mysqltest.c: Auto merged mysql-test/lib/mtr_process.pl: Auto merged sql-common/client.c: Auto merged mysql-test/mysql-test-run.pl: Use remote
Diffstat (limited to 'mysql-test/lib')
-rw-r--r--mysql-test/lib/mtr_process.pl13
1 files changed, 0 insertions, 13 deletions
diff --git a/mysql-test/lib/mtr_process.pl b/mysql-test/lib/mtr_process.pl
index 5e21248790e..2831c179ea5 100644
--- a/mysql-test/lib/mtr_process.pl
+++ b/mysql-test/lib/mtr_process.pl
@@ -339,19 +339,6 @@ sub mtr_kill_leftovers () {
mtr_report("Killing Possible Leftover Processes");
mtr_debug("mtr_kill_leftovers(): started.");
- mkpath("$::opt_vardir/log"); # Needed for mysqladmin log
-
- # Stop or kill Instance Manager and all its children. If we failed to do
- # that, we can only abort -- there is nothing left to do.
-
-# mtr_error("Failed to stop Instance Manager.")
-# unless mtr_im_stop($::instance_manager);
-
- # Start shutdown of masters and slaves. Don't touch IM-managed mysqld
- # instances -- they should be stopped by mtr_im_stop().
-
- mtr_debug("Shutting down mysqld-instances...");
-
my @kill_pids;
my %admin_pids;