~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/optimizer/quick_group_min_max_select.cc

  • 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:
737
737
}
738
738
 
739
739
 
740
 
void optimizer::QuickGroupMinMaxSelect::add_keys_and_lengths(String *key_names,
741
 
                                                             String *used_lengths)
 
740
void optimizer::QuickGroupMinMaxSelect::add_keys_and_lengths(string *key_names,
 
741
                                                             string *used_lengths)
742
742
{
743
743
  char buf[64];
744
744
  key_names->append(index_info->name);