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

sql/sql_yacc.yy:
   - added a missing comma (maybe a merge error?)
This commit is contained in:
unknown 2003-11-18 22:47:04 +01:00
parent 87df2aa949
commit 1cd722bb8f

View file

@ -2033,6 +2033,7 @@ assign_to_keycache:
key_cache_name:
ident { $$= $1; }
| DEFAULT { $$ = default_key_cache_base; }
;
preload:
LOAD INDEX INTO CACHE_SYM