Commit 7e38aa4b authored by bar@bar.mysql.r18.ru's avatar bar@bar.mysql.r18.ru

sql_yacc.yy:

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