~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_insert.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:
338
338
      return true;
339
339
    }
340
340
  }
341
 
  its= values_list;
 
341
  its= values_list.begin();
342
342
 
343
343
  /* Restore the current context. */
344
344
  ctx_state.restore_state(context, table_list);