Commit 1cd722bb authored by unknown's avatar unknown

- added a missing comma in sql_yacc.yy (maybe a merge error?)


sql/sql_yacc.yy:
   - added a missing comma (maybe a merge error?)
parent 87df2aa9
...@@ -2033,6 +2033,7 @@ assign_to_keycache: ...@@ -2033,6 +2033,7 @@ assign_to_keycache:
key_cache_name: key_cache_name:
ident { $$= $1; } ident { $$= $1; }
| DEFAULT { $$ = default_key_cache_base; } | DEFAULT { $$ = default_key_cache_base; }
;
preload: preload:
LOAD INDEX INTO CACHE_SYM LOAD INDEX INTO CACHE_SYM
......
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