Commit ecb55f43 authored by unknown's avatar unknown

sql_yacc.yy:

  Semicolon has been added


sql/sql_yacc.yy:
  Semicolon has been added
parent dc87247d
...@@ -2037,7 +2037,7 @@ no_and_expr: ...@@ -2037,7 +2037,7 @@ no_and_expr:
| simple_expr; | simple_expr;
interval_expr: interval_expr:
INTERVAL_SYM expr { $$=$2 } INTERVAL_SYM expr { $$=$2; }
; ;
simple_expr: simple_expr:
......
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