~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/opt_range.h

  • Committer: Monty Taylor
  • Date: 2009-01-30 07:49:27 UTC
  • mto: (779.7.3 devel)
  • mto: This revision was merged to the branch mainline in revision 823.
  • Revision ID: mordred@inaugust.com-20090130074927-v6ipy6ip3mkvacld
Back and forth. Back and forth.

Show diffs side-by-side

added added

removed removed

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