~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/subselect.cc

  • Committer: Brian Aker
  • Date: 2011-02-18 16:15:33 UTC
  • mfrom: (2179.2.1 list-clear)
  • mto: This revision was merged to the branch mainline in revision 2181.
  • Revision ID: brian@tangent.org-20110218161533-mkgbhtbpfj8mb12x
Merge in clear() by Olaf

Show diffs side-by-side

added added

removed removed

Lines of Context:
1226
1226
    {
1227
1227
      bool tmp;
1228
1228
      Item *having= item, *orig_item= item;
1229
 
      select_lex->item_list.empty();
 
1229
      select_lex->item_list.clear();
1230
1230
      select_lex->item_list.push_back(new Item_int("Not_used",
1231
1231
                                                   (int64_t) 1,
1232
1232
                                                   MY_INT64_NUM_DECIMAL_DIGITS));