~ubuntu-branches/ubuntu/hardy/mysql-dfsg-5.0/hardy-updates

« back to all changes in this revision

Viewing changes to sql/sql_lex.cc

  • Committer: Bazaar Package Importer
  • Author(s): sean finney
  • Date: 2007-05-13 12:32:45 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20070513123245-8c3l187dk34cz2ar
Tags: 5.0.41-2
the previous "translation changes" inadvertently introduced unrelated
changes in the package control file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
184
184
  lex->proc_list.first= 0;
185
185
  lex->escape_used= FALSE;
186
186
  lex->reset_query_tables_list(FALSE);
187
 
 
 
187
  lex->profile_options= PROFILE_NONE;
188
188
  lex->nest_level=0 ;
189
189
  lex->allow_sum_func= 0;
190
190
  lex->in_sum_func= NULL;