~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/cmpfunc.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:
3936
3936
           !((Item_cond*) item)->list.is_empty())
3937
3937
    {                                           // Identical function
3938
3938
      li.replace(((Item_cond*) item)->list);
3939
 
      ((Item_cond*) item)->list.empty();
 
3939
      ((Item_cond*) item)->list.clear();
3940
3940
      item= *li.ref();                          // new current item
3941
3941
    }
3942
3942
    if (abort_on_null)