~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/join.cc

  • Committer: Brian Aker
  • Date: 2011-02-24 19:58:57 UTC
  • mfrom: (2183.2.25 list2)
  • mto: This revision was merged to the branch mainline in revision 2199.
  • Revision ID: brian@tangent.org-20110224195857-24p1kalw92bmco2n
More list

Show diffs side-by-side

added added

removed removed

Lines of Context:
2369
2369
bool Join::rollup_make_fields(List<Item> &fields_arg, List<Item> &sel_fields, Item_sum ***func)
2370
2370
{
2371
2371
  List<Item>::iterator it(fields_arg.begin());
2372
 
  Item *first_field= sel_fields.head();
 
2372
  Item *first_field= &sel_fields.front();
2373
2373
  uint32_t level;
2374
2374
 
2375
2375
  /*