Alexey Botchkov
|
f6663bfbd3
|
MDEV-17941 ALTER USER IF EXISTS does not work, although documentation says it should.
Mistake in syntax definition fixed - should be ALTER USER IF EXISTS,
not ALTER IF EXISTS USER.
|
2020-02-11 00:19:37 +04:00 |
|
Sergey Vojtovich
|
282497dd6d
|
MDEV-6720 - enable connection log in mysqltest by default
|
2016-03-31 10:11:16 +04:00 |
|
Vicențiu Ciorbaru
|
9c6fd420c1
|
[MDEV-7978] Post review fixes and cleanups.
* Maintain coding style in sql_yacc.yy in regards to optional clauses.
* Remove unused variable from sql_acl.cc.
* Update test case
|
2016-03-08 16:55:17 +02:00 |
|
Vicențiu Ciorbaru
|
b45c3d0b08
|
[MDEV-7978] Implement alter user and tested create user
Implemented the alter user syntax. Also tested that create user
creates users accordingly.
|
2016-03-08 16:55:17 +02:00 |
|