mirror of
https://github.com/MariaDB/server.git
synced 2025-08-31 22:22:30 +03:00
Force stop of old cluster
This commit is contained in:
@@ -1182,7 +1182,7 @@ sub kill_running_server () {
|
||||
mkpath("$opt_vardir/log"); # Needed for mysqladmin log
|
||||
mtr_kill_leftovers();
|
||||
|
||||
$using_ndbcluster_master= 1;
|
||||
$using_ndbcluster_master= $opt_with_ndbcluster;
|
||||
ndbcluster_stop();
|
||||
$master->[0]->{'ndbcluster'}= 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user