~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/opt_range.h

  • Committer: Brian Aker
  • Date: 2009-02-22 04:20:22 UTC
  • mfrom: (892.1.9 devel)
  • mto: (896.1.3 fix-osxs)
  • mto: This revision was merged to the branch mainline in revision 898.
  • Revision ID: brian@tangent.org-20090222042022-agjb1l7pczbbcqt5
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
544
544
 
545
545
*/
546
546
 
547
 
extern "C" {
548
547
class QUICK_ROR_UNION_SELECT : public QUICK_SELECT_I
549
548
{
550
549
public:
574
573
  bool have_prev_rowid; /* true if prev_rowid has valid data */
575
574
  uint32_t rowid_length;    /* table rowid length */
576
575
private:
577
 
  static int queue_cmp(void *arg, unsigned char *val1, unsigned char *val2);
578
576
  bool scans_inited;
579
577
};
580
 
}
581
578
 
 
579
extern "C"
 
580
int quick_ror_union_select_queue_cmp(void *arg, unsigned char *val1,
 
581
                                     unsigned char *val2);
582
582
 
583
583
/*
584
584
  Index scan for GROUP-BY queries with MIN/MAX aggregate functions.