mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +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:
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue