summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2015-03-07 15:32:52 +0100
committerSergei Golubchik <serg@mariadb.org>2015-03-07 15:32:52 +0100
commit5bff6c5d579af21ba05ecee3152c620e6c705932 (patch)
tree89106fb203ed0bc38cf39519ba92f775bc2d15b6
parent6d8b74dd0736d95827fd73c1fa965482f293d911 (diff)
downloadmariadb-git-5bff6c5d579af21ba05ecee3152c620e6c705932.tar.gz
bison warning: clash on default action: <NONE> != <object_ddl_options>
-rw-r--r--sql/sql_yacc.yy2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_yacc.yy b/sql/sql_yacc.yy
index dbfe501be81..5021e475903 100644
--- a/sql/sql_yacc.yy
+++ b/sql/sql_yacc.yy
@@ -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))