mirror of
https://github.com/MariaDB/server.git
synced 2025-08-11 09:43:05 +03:00
bison warning: clash on default action: <NONE> != <object_ddl_options>
This commit is contained in:
@@ -2559,7 +2559,7 @@ create:
|
|||||||
Lex->create_view_algorithm= DTYPE_ALGORITHM_UNDEFINED;
|
Lex->create_view_algorithm= DTYPE_ALGORITHM_UNDEFINED;
|
||||||
Lex->create_view_suid= TRUE;
|
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
|
| create_or_replace USER opt_if_not_exists clear_privileges grant_list
|
||||||
{
|
{
|
||||||
if (Lex->set_command_with_check(SQLCOM_CREATE_USER, $1 | $3))
|
if (Lex->set_command_with_check(SQLCOM_CREATE_USER, $1 | $3))
|
||||||
|
Reference in New Issue
Block a user