~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/join.cc

  • Committer: Lee Bieber
  • Date: 2011-02-21 19:38:08 UTC
  • mfrom: (2183.2.8 list2)
  • mto: This revision was merged to the branch mainline in revision 2188.
  • Revision ID: kalebral@gmail.com-20110221193808-aunmc8urhpbr16gf
Merge Olaf - Use List::begin() and Use List::iterator instead of List_iterator_fast

Show diffs side-by-side

added added

removed removed

Lines of Context:
2414
2414
    for (i= 0, start_group= group_list ;i++ < pos ;start_group= start_group->next)
2415
2415
    {}
2416
2416
 
2417
 
    it= fields_arg;
 
2417
    it= fields_arg.begin();
2418
2418
    while ((item= it++))
2419
2419
    {
2420
2420
      if (item == first_field)