diff --git a/server/modules/authenticator/MySQLAuth/mysql_auth.cc b/server/modules/authenticator/MySQLAuth/mysql_auth.cc index 30ca8f357..e9a53ca45 100644 --- a/server/modules/authenticator/MySQLAuth/mysql_auth.cc +++ b/server/modules/authenticator/MySQLAuth/mysql_auth.cc @@ -636,6 +636,10 @@ static bool mysql_auth_set_client_data(MYSQL_session* client_data, } } } + else + { + client_data->correct_authenticator = true; + } } } }