~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/subselect.h

  • Committer: Brian Aker
  • Date: 2011-02-12 10:48:53 UTC
  • mto: This revision was merged to the branch mainline in revision 2167.
  • Revision ID: brian@tangent.org-20110212104853-sm79wbyxl3fuprp2
Additional removal of session

Show diffs side-by-side

added added

removed removed

Lines of Context:
214
214
};
215
215
 
216
216
/* used in static ALL/ANY optimization */
217
 
class select_max_min_finder_subselect;
218
217
class Item_maxmin_subselect :public Item_singlerow_subselect
219
218
{
220
219
protected: