sql_yacc.yy:
Semicolon has been added sql/sql_yacc.yy: Semicolon has been added
This commit is contained in:
parent
dc87247df4
commit
ecb55f4307
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user