diff options
author | mronstrom@mysql.com <> | 2005-07-18 13:31:02 +0200 |
---|---|---|
committer | mronstrom@mysql.com <> | 2005-07-18 13:31:02 +0200 |
commit | 67087e2aa741de20f93f5615cd869a606891134b (patch) | |
tree | 49a4797f25aaf50e6e6c5ab9d193608d969a612e /sql/sql_help.cc | |
parent | 8b90390ed54c1a1d195446596f2d0ab9453ab22f (diff) | |
download | mariadb-git-67087e2aa741de20f93f5615cd869a606891134b.tar.gz |
Patch for push of wl1354 Partitioning
Diffstat (limited to 'sql/sql_help.cc')
-rw-r--r-- | sql/sql_help.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sql_help.cc b/sql/sql_help.cc index 6780beec258..11045529a51 100644 --- a/sql/sql_help.cc +++ b/sql/sql_help.cc @@ -286,8 +286,8 @@ int get_topics_for_keyword(THD *thd, TABLE *topics, TABLE *relations, rtopic_id= find_fields[help_relation_help_topic_id].field; rkey_id= find_fields[help_relation_help_keyword_id].field; - topics->file->ha_index_init(iindex_topic); - relations->file->ha_index_init(iindex_relations); + topics->file->ha_index_init(iindex_topic,1); + relations->file->ha_index_init(iindex_relations,1); rkey_id->store((longlong) key_id); rkey_id->get_key_image(buff, rkey_id->pack_length(), Field::itRAW); |