~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/optimizer/quick_range_select.h

  • 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:
264
264
                                          uint32_t n_ranges, 
265
265
                                          uint32_t flags);
266
266
 
267
 
  friend void select_describe(JOIN *join, 
 
267
  friend void select_describe(Join *join, 
268
268
                              bool need_tmp_table, 
269
269
                              bool need_order,
270
270
                              bool distinct,