~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.h

  • Committer: Padraig O'Sullivan
  • Date: 2009-08-07 18:24:33 UTC
  • mto: (1115.3.4 captain)
  • mto: This revision was merged to the branch mainline in revision 1117.
  • Revision ID: osullivan.padraig@gmail.com-20090807182433-izx39nicngj6l23p
Renamed the command namespace where I was declaring all of these commands to
be the statement namespace. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
912
912
  */
913
913
  nesting_map allow_sum_func;
914
914
  enum_sql_command sql_command;
915
 
  drizzled::command::SqlCommand *command;
 
915
  drizzled::statement::SqlCommand *command;
916
916
  /*
917
917
    Usually `expr` rule of yacc is quite reused but some commands better
918
918
    not support subqueries which comes standard with this rule, like