summaryrefslogtreecommitdiff
path: root/mysql-test/r/alter_user.result
Commit message (Collapse)AuthorAgeFilesLines
* [MDEV-7978] Post review fixes and cleanups.Vicențiu Ciorbaru2016-03-081-2/+16
| | | | | | * 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/+79
Implemented the alter user syntax. Also tested that create user creates users accordingly.