~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/optimizer/quick_group_min_max_select.cc

  • Committer: Olaf van der Spek
  • Date: 2011-06-22 18:04:33 UTC
  • mto: This revision was merged to the branch mainline in revision 2347.
  • Revision ID: olafvdspek@gmail.com-20110622180433-gcivyj08ars8iu95
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
    if (have_max)
138
138
      max_functions_it= new List<Item_sum>::iterator(max_functions->begin());
139
139
  }
140
 
  return 0; // return void
 
140
  return 0;
141
141
}
142
142
 
143
143
optimizer::QuickGroupMinMaxSelect::~QuickGroupMinMaxSelect()