~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/opt_range.h

  • Committer: Brian Aker
  • Date: 2009-02-02 23:10:18 UTC
  • mfrom: (779.3.40 devel)
  • Revision ID: brian@tangent.org-20090202231018-zlp0hka6kgwy1vfy
Merge from Monty

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
};
 
580
}
579
581
 
580
582
 
581
583
/*