~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/optimizer/quick_range_select.cc

  • 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:
426
426
}
427
427
 
428
428
 
429
 
void optimizer::QuickRangeSelect::add_keys_and_lengths(String *key_names,
 
429
void optimizer::QuickRangeSelect::add_keys_and_lengths(string *key_names,
430
430
                                                       String *used_lengths)
431
431
{
432
432
  char buf[64];