summaryrefslogtreecommitdiff
path: root/mysql-test/main/sp_notembedded.result
Commit message (Collapse)AuthorAgeFilesLines
* more verbose testsSergei Golubchik2020-04-271-0/+4
|
* Merge branch '10.3' into 10.4Oleksandr Byelkin2020-02-111-11/+11
|\
| * MDEV-20076: SHOW GRANTS does not quote role names properlybb-10.3-MDEV-20076Oleksandr Byelkin2020-02-051-11/+11
| | | | | | | | Quotes added to output.
* | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-0/+2
|\ \ | |/
| * Merge branch '10.2' into 10.3Oleksandr Byelkin2019-05-121-0/+2
| |
* | Merge 10.3 into 10.4Marko Mäkelä2019-03-201-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | The MDEV-17262 commit 26432e49d37a37d09b862bb49a021e44bdf4789c was skipped. In Galera 4, the implementation would seem to require changes to the streaming replication. In the tests archive.rnd_pos main.profiling, disable_ps_protocol for SHOW STATUS and SHOW PROFILE commands until MDEV-18974 has been fixed.
| * Merge branch '10.2' into 10.3Sergei Golubchik2019-03-171-1/+1
| |
* | MDEV-17658 change the structure of mysql.user tableSergei Golubchik2018-12-121-2/+0
| | | | | | | | | | | | Implement User_table_json. Fix scripts to use mysql.global_priv. Fix tests.
* | Use mysql.user.authentication_string for passwordSergei Golubchik2018-10-311-1/+1
|/ | | | | | | | | | | | 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 10.2 into 10.3Marko Mäkelä2018-08-031-2/+0
|
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-0/+352