Fixed available_when_donor not working properly.
This commit is contained in:
@ -401,7 +401,7 @@ char *server_string;
|
||||
" MySQL Version: %s",version_str);
|
||||
return;
|
||||
}
|
||||
while ((row = mysql_fetch_row(result)))
|
||||
while ((row = mysql_fetch_row(result2)))
|
||||
{
|
||||
if (strncmp(row[1], "xtrabackup", 10) == 0)
|
||||
isjoined = 1;
|
||||
|
Reference in New Issue
Block a user