~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.cc

  • Committer: lbieber
  • Date: 2010-09-13 23:03:27 UTC
  • mfrom: (1761.1.1 build)
  • Revision ID: lbieber@orisndriz08-20100913230327-63e4fk97eacjrtbg
Merge Brian - Adds random_number, random_string, and a counter table to DD

Show diffs side-by-side

added added

removed removed

Lines of Context:
261
261
  lex->statement= NULL;
262
262
  
263
263
  lex->is_cross= false;
 
264
 
 
265
  lex->reset();
264
266
}
265
267
 
266
268
void lex_end(LEX *lex)
1869
1871
    sql_command(SQLCOM_END), 
1870
1872
    option_type(OPT_DEFAULT), 
1871
1873
    is_lex_started(0),
1872
 
    cacheable(true)
 
1874
    cacheable(true),
 
1875
    sum_expr_used(false)
1873
1876
{
1874
1877
  reset_query_tables_list(true);
1875
1878
  statement= NULL;