~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.cc

  • Committer: Monty Taylor
  • Date: 2008-10-13 10:14:09 UTC
  • mfrom: (383.7.6 drizzle-virtual-columns)
  • mto: This revision was merged to the branch mainline in revision 511.
  • Revision ID: monty@inaugust.com-20081013101409-aszm0nonww0f07zd
Merged in Virtual Column work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
331
331
  lex->reset_query_tables_list(false);
332
332
  lex->expr_allows_subselect= true;
333
333
  lex->use_only_table_context= false;
 
334
  lex->parse_vcol_expr= false;
334
335
 
335
336
  lex->name.str= 0;
336
337
  lex->name.length= 0;