~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.cc

  • Committer: Padraig O'Sullivan
  • Date: 2010-02-11 16:22:34 UTC
  • mto: (1300.3.1 query-as-string)
  • mto: This revision was merged to the branch mainline in revision 1307.
  • Revision ID: osullivan.padraig@gmail.com-20100211162234-tkk64v4vdqkb9syv
Removed the found_semicolon member from the parsing stage

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
  m_body_utf8(NULL),
85
85
  m_cpp_utf8_processed_ptr(NULL),
86
86
  next_state(MY_LEX_START),
87
 
  found_semicolon(NULL),
88
87
  ignore_space(1),
89
88
  in_comment(NO_COMMENT)
90
89
{