Merge branch '2.2' into 2.3
This commit is contained in:
@ -355,6 +355,10 @@ static bool using_xtrabackup(MXS_MONITORED_SERVER* database, const char* server_
|
||||
{
|
||||
rval = true;
|
||||
}
|
||||
else if (row[1] && (strcmp(row[1], "xtrabackup-v2") == 0))
|
||||
{
|
||||
rval = true;
|
||||
}
|
||||
}
|
||||
mysql_free_result(result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user