~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/optimizer/quick_group_min_max_select.cc

  • Committer: Brian Aker
  • Date: 2010-05-19 00:35:41 UTC
  • mto: This revision was merged to the branch mainline in revision 1542.
  • Revision ID: brian@gaz-20100519003541-7ecxcuwv9klvzi8l
JOIN -> Join rename

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
optimizer::QuickGroupMinMaxSelect::
40
40
QuickGroupMinMaxSelect(Table *table,
41
 
                       JOIN *join_arg,
 
41
                       Join *join_arg,
42
42
                       bool have_min_arg,
43
43
                       bool have_max_arg,
44
44
                       KeyPartInfo *min_max_arg_part_arg,