~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/func.cc

  • Committer: Olaf van der Spek
  • Date: 2011-02-18 10:22:24 UTC
  • mto: (2180.1.3 drizzle-staging)
  • mto: This revision was merged to the branch mainline in revision 2181.
  • Revision ID: olafvdspek@gmail.com-20110218102224-bjqbn4734ylsol0u
Rename List::empty to clear (std::list uses clear)

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
      with_sum_func|=item->with_sum_func;
137
137
    }
138
138
  }
139
 
  list.empty();          // Fields are used
 
139
  list.clear();          // Fields are used
140
140
}
141
141
 
142
142
Item_func::Item_func(List<Item> &list) :