mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Make sure slave cluster is stopped if there is cluster support
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user