~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/opt_range.h

  • Committer: Monty Taylor
  • Date: 2009-02-20 08:45:29 UTC
  • mto: (892.1.5 devel) (896.2.1 drizzle)
  • mto: This revision was merged to the branch mainline in revision 898.
  • Revision ID: mordred@inaugust.com-20090220084529-i9k07i048ltv6283
Fixed solaris warnings.

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.