Merge branch '2.2' into 2.3

This commit is contained in:
Markus Mäkelä
2019-05-31 12:40:15 +03:00

View File

@ -636,6 +636,10 @@ static bool mysql_auth_set_client_data(MYSQL_session* client_data,
}
}
}
else
{
client_data->correct_authenticator = true;
}
}
}
}