~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/optimizer/quick_ror_intersect_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:
116
116
    return QS_TYPE_ROR_INTERSECT;
117
117
  }
118
118
 
119
 
  void add_keys_and_lengths(String *key_names, String *used_lengths);
120
 
  void add_info_string(String *str);
 
119
  void add_keys_and_lengths(std::string *key_names, std::string *used_lengths);
 
120
  void add_info_string(std::string *str);
121
121
  bool is_keys_used(const boost::dynamic_bitset<>& fields);
122
122
 
123
123
  /**