Fixed available_when_donor not working properly.

This commit is contained in:
Markus Makela
2015-08-20 20:33:46 +03:00
parent 80691ab080
commit c001e030af

View File

@ -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;