sql_yacc.yy:

Semicolon has been added


sql/sql_yacc.yy:
  Semicolon has been added
This commit is contained in:
unknown 2003-01-27 13:46:33 +04:00
parent dc87247df4
commit ecb55f4307

View File

@ -2037,7 +2037,7 @@ no_and_expr:
| simple_expr;
interval_expr:
INTERVAL_SYM expr { $$=$2 }
INTERVAL_SYM expr { $$=$2; }
;
simple_expr: