~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.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:
224
224
    
225
225
  result->type_lengths= (uint*) (result->type_names + result->count + 1);
226
226
 
227
 
  List_iterator<String> it(strings);
 
227
  List<String>::iterator it(strings);
228
228
  String *tmp;
229
229
  for (uint32_t i= 0; (tmp= it++); i++)
230
230
  {