~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.h

  • Committer: Stewart Smith
  • Date: 2009-03-18 00:29:24 UTC
  • mto: (942.1.10 mordred)
  • mto: This revision was merged to the branch mainline in revision 945.
  • Revision ID: stewart@flamingspork.com-20090318002924-gixoh4t5mhbw8qyz
make set_if_bigger typesafe for C and C++. Fix up everywhere.

Show diffs side-by-side

added added

removed removed

Lines of Context:
458
458
  uint32_t table_join_options;
459
459
  uint32_t in_sum_expr;
460
460
  uint32_t select_number; /* number of select (used for EXPLAIN) */
461
 
  int nest_level;     /* nesting level of select */
 
461
  int8_t nest_level;     /* nesting level of select */
462
462
  Item_sum *inner_sum_func_list; /* list of sum func in nested selects */
463
463
  uint32_t with_wild; /* item list contain '*' */
464
464
  bool  braces;         /* SELECT ... UNION (SELECT ... ) <- this braces */