~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/opt_range.h

  • Committer: Monty Taylor
  • Date: 2009-02-05 18:47:43 UTC
  • mfrom: (779.8.3 devel)
  • mto: This revision was merged to the branch mainline in revision 840.
  • Revision ID: mordred@inaugust.com-20090205184743-sn55g5b30qvdcy4h
Merged from me again.

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:
576
577
  static int queue_cmp(void *arg, unsigned char *val1, unsigned char *val2);
577
578
  bool scans_inited;
578
579
};
579
 
 
580
 
extern "C"
581
 
int quick_ror_union_select_queue_cmp(void *arg,
582
 
                                     unsigned char *val1,
583
 
                                     unsigned char *val2);
 
580
}
584
581
 
585
582
 
586
583
/*