diff options
author | igor@rurik.mysql.com <> | 2003-07-16 12:30:49 -0700 |
---|---|---|
committer | igor@rurik.mysql.com <> | 2003-07-16 12:30:49 -0700 |
commit | 42e1296e9d83b8299fe6c8391ece71e88c7019c1 (patch) | |
tree | db50cb809580ea76d7a68cbf9041c881a935ace7 /sql/sql_lex.cc | |
parent | 5a458484eaf7e9474fb155aa36832ebdba78c895 (diff) | |
download | mariadb-git-42e1296e9d83b8299fe6c8391ece71e88c7019c1.tar.gz |
mi_keycache.c:
new file
Many files:
Added CACHE INDEX command
Diffstat (limited to 'sql/sql_lex.cc')
-rw-r--r-- | sql/sql_lex.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/sql_lex.cc b/sql/sql_lex.cc index 1658d5d14c1..4cf13682f84 100644 --- a/sql/sql_lex.cc +++ b/sql/sql_lex.cc @@ -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; } |