~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/optimizer/quick_ror_union_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:
103
103
    return QS_TYPE_ROR_UNION;
104
104
  }
105
105
 
106
 
  void add_keys_and_lengths(String *key_names, String *used_lengths);
107
 
  void add_info_string(String *str);
 
106
  void add_keys_and_lengths(std::string *key_names, std::string *used_lengths);
 
107
  void add_info_string(std::string *str);
108
108
  bool is_keys_used(const boost::dynamic_bitset<>& fields);
109
109
 
110
110
  bool push_quick_back(QuickSelectInterface *quick_sel_range);