~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_list.h

Use List::begin()

Show diffs side-by-side

added added

removed removed

Lines of Context:
425
425
*/
426
426
 
427
427
template <typename T>
428
 
inline
429
 
void
430
 
list_copy_and_replace_each_value(List<T> &list, memory::Root *mem_root)
 
428
void list_copy_and_replace_each_value(List<T> &list, memory::Root *mem_root)
431
429
{
432
430
  /* Make a deep copy of each element */
433
431
  typename List<T>::iterator it(list.begin());