~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.h

  • Committer: Brian Aker
  • Date: 2009-03-19 20:23:03 UTC
  • mfrom: (942.1.11 mordred)
  • Revision ID: brian@tangent.org-20090319202303-rmt0u1ijqmjzso0t
Merge of Monty (which is of Stewart).

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