Commit 75ffe152 authored by igor@rurik.mysql.com's avatar igor@rurik.mysql.com

sql_yacc.yy:

  Added missing ';'.
parent c963b12f
...@@ -5607,7 +5607,7 @@ limit_option: ...@@ -5607,7 +5607,7 @@ limit_option:
| ULONGLONG_NUM { $$= new Item_uint($1.str, $1.length); } | ULONGLONG_NUM { $$= new Item_uint($1.str, $1.length); }
| LONG_NUM { $$= new Item_uint($1.str, $1.length); } | LONG_NUM { $$= new Item_uint($1.str, $1.length); }
| NUM { $$= new Item_uint($1.str, $1.length); } | NUM { $$= new Item_uint($1.str, $1.length); }
;
delete_limit_clause: delete_limit_clause:
/* empty */ /* empty */
......
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