23 #include <plugin/myisam/myisam.h>
40 CopyField *save_copy_field, *save_copy_field_end;
41 unsigned char *group_buff;
44 ha_rows end_write_records;
46 uint32_t sum_func_count;
48 uint32_t hidden_field_count;
49 uint32_t group_parts,group_length,group_null_parts;
51 bool using_indirect_summary_function;
60 bool precomputed_group_by;
62 bool force_copy_fields;
65 uint32_t convert_blob_length;
76 save_copy_field_end(0),
85 hidden_field_count(0),
90 using_indirect_summary_function(
false),
92 precomputed_group_by(
false),
93 force_copy_fields(
false),
94 convert_blob_length(0),
TODO: Rename this file - func.h is stupid.