~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_yacc.yy

  • Committer: Brian Aker
  • Date: 2009-05-15 07:16:35 UTC
  • mto: This revision was merged to the branch mainline in revision 1021.
  • Revision ID: brian@gaz-20090515071635-chkog3hw0ht2f8mw
A number of random cleanups.

Show diffs side-by-side

added added

removed removed

Lines of Context:
371
371
  enum enum_drizzle_timestamp_type date_time_type;
372
372
  Select_Lex *select_lex;
373
373
  chooser_compare_func_creator boolfunc2creator;
374
 
  struct sp_cond_type *spcondtype;
375
374
  struct { int vars, conds, hndlrs, curs; } spblock;
376
375
  struct st_lex *lex;
377
376
  struct p_elem_val *p_elem_value;