~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/create.cc

Use List::begin()

Show diffs side-by-side

added added

removed removed

Lines of Context:
1053
1053
  if (params)
1054
1054
  {
1055
1055
    Item *param;
1056
 
    List<Item>::iterator it(*params);
 
1056
    List<Item>::iterator it(params->begin());
1057
1057
    while ((param= it++))
1058
1058
    {
1059
1059
      if (! param->is_autogenerated_name)