mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
- 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:
parent
87df2aa949
commit
1cd722bb8f
1 changed files with 1 additions and 0 deletions
|
@ -2033,6 +2033,7 @@ assign_to_keycache:
|
|||
key_cache_name:
|
||||
ident { $$= $1; }
|
||||
| DEFAULT { $$ = default_key_cache_base; }
|
||||
;
|
||||
|
||||
preload:
|
||||
LOAD INDEX INTO CACHE_SYM
|
||||
|
|
Loading…
Add table
Reference in a new issue