~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/opt_range.h

  • Committer: Jay Pipes
  • Date: 2009-02-04 15:44:25 UTC
  • mfrom: (829 drizzle)
  • mto: This revision was merged to the branch mainline in revision 830.
  • Revision ID: jpipes@serialcoder-20090204154425-th8xfk2ujz2y8xwg
Merge with trunk

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
/*