Update galeramon.c (#183)
* Update galeramon.c support wsrep_sst_method "xtrabackup-v2" for available_when_donor maxscale option * reformat line to fit <=110 chars / support xtrabackup-v2 sst method
This commit is contained in:
committed by
Johan Wikman
parent
47e7595a08
commit
e1dedfb678
@ -285,6 +285,10 @@ static bool using_xtrabackup(MXS_MONITORED_SERVER *database, const char* server_
|
|||||||
{
|
{
|
||||||
rval = true;
|
rval = true;
|
||||||
}
|
}
|
||||||
|
else if (row[1] && (strcmp(row[1], "xtrabackup-v2") == 0))
|
||||||
|
{
|
||||||
|
rval = true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
mysql_free_result(result);
|
mysql_free_result(result);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user