summaryrefslogtreecommitdiff
path: root/mysql-test/main/connect.test
Commit message (Collapse)AuthorAgeFilesLines
* Merge 10.3 into 10.4Marko Mäkelä2018-12-071-5/+2
|\
| * Merge 10.2 into 10.3Marko Mäkelä2018-12-071-5/+2
| |
* | misc cleanupsSergei Golubchik2018-10-311-13/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | * remove dead code (from .yy) * remove redundant commands from the test * extract common code into a reusable function (get_auth_plugin, push_new_user) * rename update_user_table->update_user_table_password * simplify acl_update_user * don't strdup a string that's already in a memroot (in ACL_ROLE::ACL_ROLE(ACL_USER*)) * create parent_grantee and role_grants dynamic arrays with size 0. to avoid any memory allocations when roles aren't used.
* | Use mysql.user.authentication_string for passwordSergei Golubchik2018-10-311-3/+3
|/ | | | | | | | | | | | 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.
* Merge remote-tracking branch '10.2' into 10.3Vicențiu Ciorbaru2018-04-121-1/+17
|
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-0/+459