~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 20:07:09 UTC
  • mto: (1115.3.4 captain)
  • mto: This revision was merged to the branch mainline in revision 1117.
  • Revision ID: osullivan.padraig@gmail.com-20090807200709-igc524sy3od6u3hk
Removed the Statement class. Copied any members it had that were needed by
the Session class in to that class. Removed the inheritance from Statement
in the Session class.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
#include "drizzled/foreign_key.h"
39
39
#include "drizzled/item/param.h"
40
40
#include "drizzled/index_hint.h"
41
 
#include "drizzled/statement.h"
 
41
#include "drizzled/command.h"
42
42
 
43
43
#include <bitset>
44
44
 
912
912
  */
913
913
  nesting_map allow_sum_func;
914
914
  enum_sql_command sql_command;
915
 
  drizzled::statement::Statement *statement;
 
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