Fix formatting
This commit is contained in:
@ -351,11 +351,9 @@ static bool using_xtrabackup(MXS_MONITORED_SERVER* database, const char* server_
|
|||||||
|
|
||||||
while ((row = mysql_fetch_row(result)))
|
while ((row = mysql_fetch_row(result)))
|
||||||
{
|
{
|
||||||
if (row[1] && (strcmp(row[1], "xtrabackup") == 0 || strcmp(row[1], "mariabackup") == 0))
|
if (row[1] && (strcmp(row[1], "xtrabackup") == 0
|
||||||
{
|
|| strcmp(row[1], "mariabackup") == 0
|
||||||
rval = true;
|
|| strcmp(row[1], "xtrabackup-v2") == 0))
|
||||||
}
|
|
||||||
else if (row[1] && (strcmp(row[1], "xtrabackup-v2") == 0))
|
|
||||||
{
|
{
|
||||||
rval = true;
|
rval = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user