~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/optimizer/quick_index_merge_select.h

  • Committer: Lee Bieber
  • Date: 2011-02-17 04:07:38 UTC
  • mfrom: (2170.4.5 optimiser-work)
  • Revision ID: kalebral@gmail.com-20110217040738-mp2e43zcc9il2sw2
Merge Stewart fix some conversions from String to std::string in EXPLAIN codepath

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
    return QS_TYPE_INDEX_MERGE;
127
127
  }
128
128
 
129
 
  void add_keys_and_lengths(String *key_names, String *used_lengths);
130
 
  void add_info_string(String *str);
 
129
  void add_keys_and_lengths(std::string *key_names, std::string *used_lengths);
 
130
  void add_info_string(std::string *str);
131
131
  bool is_keys_used(const boost::dynamic_bitset<>& fields);
132
132
 
133
133
  bool push_quick_back(QuickRangeSelect *quick_sel_range);