~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.cc

Use List::size()

Show diffs side-by-side

added added

removed removed

Lines of Context:
3310
3310
          Because of this we have to update the element count also for this
3311
3311
          list after expanding the '*' entry.
3312
3312
        */
3313
 
        sum_func_list->elements+= fields.size() - elem;
 
3313
        sum_func_list->set_size(sum_func_list->size() + fields.size() - elem);
3314
3314
      }
3315
3315
      wild_num--;
3316
3316
    }