~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/optimizer/quick_group_min_max_select.h

  • Committer: Padraig O'Sullivan
  • Date: 2010-01-26 19:00:26 UTC
  • mto: This revision was merged to the branch mainline in revision 1276.
  • Revision ID: osullivan.padraig@gmail.com-20100126190026-pb5ud5y13av4mvjp
Correcting the case of a number of classes in the optimizer to adhere to the coding standards. Also
removed the use of thr TRP acronym in places and instead replaced it with ReadPlan as TRP stands for
Table Read Plan.

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
 
94
94
  /*
95
95
    The following two members are public to allow easy access from
96
 
    TRP_GROUP_MIN_MAX::make_quick()
 
96
    GroupMinMaxReadPlan::make_quick()
97
97
  */
98
98
  drizzled::memory::Root alloc; /**< Memory pool for this and quick_prefix_select data. */
99
99
  QuickRangeSelect *quick_prefix_select; /**< For retrieval of group prefixes. */