Commit 5bff6c5d authored by Sergei Golubchik's avatar Sergei Golubchik

bison warning: clash on default action: <NONE> != <object_ddl_options>

parent 6d8b74dd
......@@ -2559,7 +2559,7 @@ create:
Lex->create_view_algorithm= DTYPE_ALGORITHM_UNDEFINED;
Lex->create_view_suid= TRUE;
}
view_or_trigger_or_sp_or_event
view_or_trigger_or_sp_or_event { }
| create_or_replace USER opt_if_not_exists clear_privileges grant_list
{
if (Lex->set_command_with_check(SQLCOM_CREATE_USER, $1 | $3))
......
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