1
0
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:
igor@rurik.mysql.com
2003-07-16 12:30:49 -07:00
parent 5a458484ea
commit 42e1296e9d
12 changed files with 190 additions and 12 deletions

View File

@ -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;
}