Commit fac8c9ef authored by Vicențiu Ciorbaru's avatar Vicențiu Ciorbaru Committed by Sergei Golubchik

Added optional if not exists for create role.

parent 51c631c2
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment