Merge branch '2.2' into 2.3

This commit is contained in:
Markus Mäkelä 2019-05-31 12:40:15 +03:00
commit 1012b95544
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19

View File

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