MXS-1476: Stop nodes instead of blocking them

This should actually disrupt the Galera cluster instead of just
temporarily disabling it.
This commit is contained in:
Markus Mäkelä
2017-11-24 14:14:55 +02:00
parent a418804c83
commit d69a36b4dd
2 changed files with 9 additions and 9 deletions

View File

@ -291,7 +291,7 @@ public:
* @param param command line parameters for DB server start command
* @return 0 if success
*/
int start_node(int node, const char* param);
int start_node(int node, const char* param = "");
/**
* @brief Check node via ssh and restart it if it is not resposible