~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/sum.h

Monty fixes pluss a few from me for charset.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
#include <drizzled/item/field.h>
30
30
#include <drizzled/item/bin_string.h>
31
31
#include <mystrings/m_string.h>
32
 
#include <vector>
33
32
 
34
33
extern "C"
35
34
int group_concat_key_cmp_with_distinct(void* arg, const void* key1,
263
262
    directly or indirectly used under this function it as it's unclear
264
263
    at the moment of fixing outer field whether it's aggregated or not.
265
264
  */
266
 
  std::vector<Item_field*> outer_fields;
 
265
  List<Item_field> outer_fields;
267
266
 
268
267
protected:
269
268
  table_map used_tables_cache;