mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
bison warning: clash on default action: <NONE> != <object_ddl_options>
This commit is contained in:
parent
6d8b74dd07
commit
5bff6c5d57
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue