Added optional if not exists for create role.
This commit is contained in:
parent
51c631c2ae
commit
fac8c9ef43
@ -2218,7 +2218,7 @@ create:
|
||||
{
|
||||
Lex->sql_command = SQLCOM_CREATE_USER;
|
||||
}
|
||||
| CREATE ROLE_SYM clear_privileges role_list
|
||||
| CREATE ROLE_SYM clear_privileges opt_if_not_exists role_list
|
||||
{
|
||||
Lex->sql_command = SQLCOM_CREATE_ROLE;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user