~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/optimizer/quick_ror_intersect_select.h

  • Committer: Mark Atwood
  • Date: 2011-06-24 02:13:02 UTC
  • mfrom: (2318.6.56 rf)
  • Revision ID: me@mark.atwood.name-20110624021302-y9oiksid220xan9s
mergeĀ lp:~olafvdspek/drizzle/refactor14

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
   * @retval false OK
146
146
   * @retval true  Out of memory.
147
147
   */
148
 
  bool push_quick_back(QuickRangeSelect *quick_sel_range);
 
148
  void push_quick_back(QuickRangeSelect *quick_sel_range);
149
149
 
150
150
  /**
151
151
   * Range quick selects this intersection consists of, not including
152
152
   * cpk_quick.
153
153
   */
154
 
  std::vector<QuickRangeSelect *> quick_selects;
 
154
  std::vector<QuickRangeSelect*> quick_selects;
155
155
 
156
156
  /**
157
157
   * Merged quick select that uses Clustered PK, if there is one. This quick