mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
mi_keycache.c:
new file Many files: Added CACHE INDEX command
This commit is contained in:
@ -1205,7 +1205,8 @@ TABLE_LIST *st_select_lex_node::add_table_to_list(THD *thd, Table_ident *table,
|
||||
ulong table_join_options,
|
||||
thr_lock_type flags,
|
||||
List<String> *use_index,
|
||||
List<String> *ignore_index)
|
||||
List<String> *ignore_index,
|
||||
LEX_STRING *option)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user