~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.cc

  • Committer: Brian Aker
  • Date: 2010-02-22 19:23:48 UTC
  • mfrom: (1273.13.95 build)
  • Revision ID: brian@gaz-20100222192348-bcda6uwqmyt30rbi
Merge Padraig.

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
{