summaryrefslogtreecommitdiff
path: root/mysql-test/t/alter_user.test
Commit message (Collapse)AuthorAgeFilesLines
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-79/+0
|
* MDEV-6720 - enable connection log in mysqltest by defaultSergey Vojtovich2016-03-311-3/+0
|
* [MDEV-7978] Post review fixes and cleanups.Vicențiu Ciorbaru2016-03-081-1/+12
| | | | | | * Maintain coding style in sql_yacc.yy in regards to optional clauses. * Remove unused variable from sql_acl.cc. * Update test case
* [MDEV-7978] Implement alter user and tested create userVicențiu Ciorbaru2016-03-081-0/+71
Implemented the alter user syntax. Also tested that create user creates users accordingly.