summaryrefslogtreecommitdiff
path: root/sql/sql_lex.cc
diff options
context:
space:
mode:
authorunknown <igor@rurik.mysql.com>2003-07-16 12:30:49 -0700
committerunknown <igor@rurik.mysql.com>2003-07-16 12:30:49 -0700
commit176d336404e1a29ff1b61ffb690d2132187e4d88 (patch)
treedb50cb809580ea76d7a68cbf9041c881a935ace7 /sql/sql_lex.cc
parent1e7dafba7cd481d8519f0bc666071fa9da0d6449 (diff)
downloadmariadb-git-176d336404e1a29ff1b61ffb690d2132187e4d88.tar.gz
mi_keycache.c:
new file Many files: Added CACHE INDEX command sql/ha_myisam.cc: Added CACHE INDEX command sql/handler.cc: Added CACHE INDEX command sql/sql_lex.cc: Added CACHE INDEX command sql/sql_parse.cc: Added CACHE INDEX command sql/sql_table.cc: Added CACHE INDEX command sql/ha_myisam.h: Added CACHE INDEX command sql/handler.h: Added CACHE INDEX command sql/mysql_priv.h: Added CACHE INDEX command sql/sql_lex.h: Added CACHE INDEX command sql/sql_yacc.yy: Added CACHE INDEX command
Diffstat (limited to 'sql/sql_lex.cc')
-rw-r--r--sql/sql_lex.cc3
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;
}