diff options
author | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2011-06-01 16:08:13 +0300 |
---|---|---|
committer | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2011-06-01 16:08:13 +0300 |
commit | dfd4dd67c5e27865035702ddce998eaebf285381 (patch) | |
tree | a8d77d5ad5ac8cfc1428b68458cb4440cff5df19 /sql/sql_load.cc | |
parent | b2df322877c55707403e7884a5c0ebe9d02395e5 (diff) | |
download | mariadb-git-dfd4dd67c5e27865035702ddce998eaebf285381.tar.gz |
BUG 12610784: SET PASSWORD INCORRECTLY KEEP AN OLD EMPTY PASSWORD
The check for empty password in the user account was checking the wrong field.
Fixed to check the proper password hash.
Test case added.
Fixed native_password and old_password plugins that suffered from the same
problems.
Unambuguated the auth_string ACL_USER member : previously it was used for
both password and the authentication string (depending on the plugin). Now
fixed to contain either the authentication string specified or empty string.
Diffstat (limited to 'sql/sql_load.cc')
0 files changed, 0 insertions, 0 deletions