summaryrefslogtreecommitdiff
path: root/mysql-test/main/plugin_auth_qa_2.result
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-17658 change the structure of mysql.user tableSergei Golubchik2018-12-121-13/+13
| | | | | | Implement User_table_json. Fix scripts to use mysql.global_priv. Fix tests.
* Use mysql.user.authentication_string for passwordSergei Golubchik2018-10-311-11/+11
| | | | | | | | | | | | Don't distinguish between a "password hash" and "authentication string" anymore. Now both are stored in mysql.user.authentication_string, both are handled identically internally. A "password hash" is just how some particular plugins interpret authentication string. Set mysql.user.plugin even if there is no password. The server will use mysql_native_password plugin in these cases, let's make it expicit. Remove LEX_USER::pwhash.
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-0/+132