~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/optimizer/quick_group_min_max_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:
450
450
   * This method is used by select_describe to extract the names of the
451
451
   * indexes used by a quick select.
452
452
   */
453
 
  void add_keys_and_lengths(String *key_names, String *used_lengths);
 
453
  void add_keys_and_lengths(std::string *key_names, std::string *used_lengths);
454
454
 
455
455
};
456
456