~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/join.h

  • Committer: Brian Aker
  • Date: 2010-02-09 21:18:30 UTC
  • mfrom: (1273.2.42)
  • Revision ID: brian@gaz-20100209211830-7vf91n0yasi0r28y
Merge Stewart.

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
  bool simple_group;
110
110
  /**
111
111
    Is set only in case if we have a GROUP BY clause
112
 
    and no order_st BY after constant elimination of 'order'.
 
112
    and no ORDER BY after constant elimination of 'order'.
113
113
  */
114
114
  bool no_order;
115
 
  /** Is set if we have a GROUP BY and we have order_st BY on a constant. */
 
115
  /** Is set if we have a GROUP BY and we have ORDER BY on a constant. */
116
116
  bool skip_sort_order;
117
117
  bool union_part; /**< this subselect is part of union */
118
118
  bool optimized; /**< flag to avoid double optimization in EXPLAIN */