diff options
author | Magnus Svensson <msvensson@mysql.com> | 2009-02-23 15:52:23 +0100 |
---|---|---|
committer | Magnus Svensson <msvensson@mysql.com> | 2009-02-23 15:52:23 +0100 |
commit | c7d0de370679c65b663c7bddcc8081d7c3c85842 (patch) | |
tree | 6e5b27655b6b99e115505203b88d9f6283962380 /mysql-test/mysql-test-run.pl | |
parent | 5a8243be55909fb2252d8569d69345a0dee337da (diff) | |
download | mariadb-git-c7d0de370679c65b663c7bddcc8081d7c3c85842.tar.gz |
Bug#43112 mtr.pl --embedded fails to stop cluster processes
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index ba426446075..82ed1ff67fc 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -4090,12 +4090,6 @@ sub server_need_restart { return 0; } - if ( $opt_embedded_server ) - { - mtr_verbose_restart($server, "no start or restart for embedded server"); - return 0; - } - if ( $tinfo->{'force_restart'} ) { mtr_verbose_restart($server, "forced in .opt file"); return 1; |