Michael Widenius
|
a7abddeffa
|
Create 'main' test directory and move 't' and 'r' there
|
2018-03-29 13:59:44 +03:00 |
|
Sergei Golubchik
|
f7621f17bd
|
rename mysql.user and mysql.db column
Truncate_versioning_priv->Delete_history_priv
because the command and the privilege were renamed
|
2018-02-12 23:43:48 +01:00 |
|
Sergei Golubchik
|
f4270fc544
|
s/Delete_versioning_rows_priv/Truncate_versioning_priv/
because the statement is TRUNCATE, not DELETE
|
2017-12-08 16:26:16 +03:00 |
|
Eugene Kosov
|
a49239b57a
|
SQL: truncate syntax and privilege [closes #229]
|
2017-09-08 10:22:24 +03: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 |
|