~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/field.cc

Use List::size()

Show diffs side-by-side

added added

removed removed

Lines of Context:
1252
1252
  {
1253
1253
    List<Item> *all_fields= &select->join->all_fields;
1254
1254
    Item **ref_pointer_array= select->ref_pointer_array;
1255
 
    int el= all_fields->elements;
 
1255
    int el= all_fields->size();
1256
1256
    Item_ref *ref;
1257
1257
 
1258
1258
    ref_pointer_array[el]= (Item*)this;