summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 0232f4fc5be..17e6904b635 100644
--- a/sql/sql_yacc.yy
+++ b/sql/sql_yacc.yy
@@ -14639,7 +14639,7 @@ keyword_alias:
/* Keyword that we allow for identifiers (except SP labels) */
-keyword: keyword_alias | WINDOW_SYM ;
+keyword: keyword_alias | WINDOW_SYM {};
/*
* Keywords that we allow for labels in SPs.