~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/optimizer/range.h

  • Committer: Stewart Smith
  • Date: 2011-02-16 04:07:58 UTC
  • mto: This revision was merged to the branch mainline in revision 2176.
  • Revision ID: stewart@flamingspork.com-20110216040758-42ausrnhcv09gjz6
convert tmp2 in explain_plan to std::string instead of char[] buf and String, consequently also convert add_keys_and_length to deal with std::string for key_names parameter

Show diffs side-by-side

added added

removed removed

Lines of Context:
241
241
   * 
242
242
   * @note This is used by during explain plan.
243
243
   */
244
 
  virtual void add_keys_and_lengths(String *key_names, String *used_lengths)=0;
 
244
  virtual void add_keys_and_lengths(std::string *key_names,
 
245
                                    String *used_lengths)=0;
245
246
 
246
247
  /**
247
248
   * Append text representation of quick select structure (what and how is