~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/field.cc

  • Committer: Lee Bieber
  • Date: 2011-02-20 02:08:06 UTC
  • mfrom: (2183.2.3 list)
  • Revision ID: kalebral@gmail.com-20110220020806-ad95ldlm2rfahrrr
Merge Olaf - change List_iterator_fast to List<Item>::iterator

Show diffs side-by-side

added added

removed removed

Lines of Context:
980
980
  Item_equal *item= 0;
981
981
  while (cond_equal)
982
982
  {
983
 
    List_iterator_fast<Item_equal> li(cond_equal->current_level);
 
983
    List<Item_equal>::iterator li(cond_equal->current_level);
984
984
    while ((item= li++))
985
985
    {
986
986
      if (item->contains(field))