~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_insert.cc

  • Committer: Brian Aker
  • Date: 2011-02-18 16:48:57 UTC
  • mfrom: (2180.1.3 drizzle-staging)
  • Revision ID: brian@tangent.org-20110218164857-4n61en8wai9c91gi
Rollup all of Olaf's branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
338
338
      return true;
339
339
    }
340
340
  }
341
 
  its.rewind ();
 
341
  its= values_list;
342
342
 
343
343
  /* Restore the current context. */
344
344
  ctx_state.restore_state(context, table_list);
1154
1154
        order to get correct values from those fields when the select
1155
1155
        employs a temporary table.
1156
1156
      */
1157
 
      List_iterator<Item> li(*info.update_values);
 
1157
      List<Item>::iterator li(*info.update_values);
1158
1158
      Item *item;
1159
1159
 
1160
1160
      while ((item= li++))