summaryrefslogtreecommitdiff
path: root/mysql-test/main/connect.result
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-24312 master_host has 60 character limit, increase to 255 bytesbb-10.6-MDEV-24312Oleksandr Byelkin2021-04-201-3/+3
| | | | | | | Also increase user name up to 128. The work was started by Rucha Deodhar <rucha.deodhar@mariadb.com>, contains audit plugin fixes by Alexey Botchkov <holyfoot@askmonty.org>.
* more verbose testsSergei Golubchik2020-04-271-0/+4
|
* Merge branch '10.3' into 10.4Oleksandr Byelkin2020-02-111-2/+2
|\
| * MDEV-20076: SHOW GRANTS does not quote role names properlybb-10.3-MDEV-20076Oleksandr Byelkin2020-02-051-2/+2
| | | | | | | | Quotes added to output.
* | Merge branch '10.3' into 10.4Sergei Golubchik2019-09-061-1/+1
|\ \ | |/
| * Merge branch '10.2' into 10.3Monty2019-09-031-1/+1
| |
* | fix tcp disconnect and perlOleksandr Byelkin2019-05-191-0/+4
| |
* | fix the test for windowsbb-10.4-sanjaOleksandr Byelkin2019-05-151-8/+3
| |
* | MDEV-19277: Add status variable that gets incremented if connection is ↵Oleksandr Byelkin2019-05-141-0/+33
| | | | | | | | | | | | aborted prior to authentication MDEV-19282: Log more specific warning with log_warnings=2 if connection is aborted prior to authentication
* | Merge 10.3 into 10.4Marko Mäkelä2019-01-241-0/+8
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2019-01-241-0/+12
| |
* | MDEV-17658 change the structure of mysql.user tableSergei Golubchik2018-12-121-5/+6
| | | | | | | | | | | | Implement User_table_json. Fix scripts to use mysql.global_priv. Fix tests.
* | misc cleanupsSergei Golubchik2018-10-311-8/+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-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | MDEV-15851 Stop creating mysql.host tableVladislav Vaintroub2018-08-161-3/+0
|/ | | | Changed bootstrap scripts, adjusted result files.
* Merge remote-tracking branch '10.2' into 10.3Vicențiu Ciorbaru2018-04-121-1/+23
|
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-0/+390