~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.cc

  • Committer: Brian Aker
  • Date: 2011-01-05 23:10:50 UTC
  • mto: (2060.2.1 clean)
  • mto: This revision was merged to the branch mainline in revision 2063.
  • Revision ID: brian@tangent.org-20110105231050-6dwlcgdi0vb3ppun
Remove a couple of dead keywords.

Show diffs side-by-side

added added

removed removed

Lines of Context:
265
265
  lex->nest_level=0 ;
266
266
  lex->allow_sum_func= 0;
267
267
  lex->in_sum_func= NULL;
 
268
  lex->type= 0;
268
269
 
269
270
  lex->is_lex_started= true;
270
271
  lex->statement= NULL;