Commit 97dedfa4 authored by unknown's avatar unknown

Make sure slave cluster is stopped if there is cluster support


mysql-test/mysql-test-run.pl:
  Turn on $using_ndbcluster_slave before stopping slave cluster if cluster support exists
parent d72c08ce
......@@ -1235,6 +1235,7 @@ sub kill_running_server () {
$using_ndbcluster_master= $opt_with_ndbcluster;
ndbcluster_stop();
$master->[0]->{'ndbcluster'}= 1;
$using_ndbcluster_slave= $opt_with_ndbcluster;
ndbcluster_stop_slave();
$slave->[0]->{'ndbcluster'}= 1;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment