~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.cc

  • Committer: Stewart Smith
  • Date: 2009-09-30 04:40:33 UTC
  • mto: This revision was merged to the branch mainline in revision 1151.
  • Revision ID: stewart@flamingspork.com-20090930044033-992hv54zwh2paald
remove unused Item_param (left over from prepared statements)

Show diffs side-by-side

added added

removed removed

Lines of Context:
222
222
  lex->select_lex.init_query();
223
223
  lex->value_list.empty();
224
224
  lex->update_list.empty();
225
 
  lex->param_list.empty();
226
225
  lex->auxiliary_table_list.empty();
227
226
  lex->unit.next= lex->unit.master=
228
227
    lex->unit.link_next= lex->unit.return_to= 0;