This PR fixes a regression introduced in v2.6.0 that breaks the handling of COM_CHANGE_USER for mysql_native_password when hashed passwords are used. This is, when passwords for users are set hashed on mysql_users table, for example, making use of MYSQL_NATIVE_PASSWORD() for hashed password generation.
This PR fixes a regression introduced in
v2.6.0
that breaks the handling ofCOM_CHANGE_USER
formysql_native_password
when hashed passwords are used. This is, when passwords for users are set hashed onmysql_users
table, for example, making use ofMYSQL_NATIVE_PASSWORD()
for hashed password generation.