~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item_sum.h

MergedĀ fromĀ Felipe

Show diffs side-by-side

added added

removed removed

Lines of Context:
1092
1092
  Item *copy_or_same(THD* thd);
1093
1093
};
1094
1094
 
1095
 
class MYSQL_ERROR;
 
1095
class DRIZZLE_ERROR;
1096
1096
 
1097
1097
class Item_func_group_concat : public Item_sum
1098
1098
{
1099
1099
  TMP_TABLE_PARAM *tmp_table_param;
1100
 
  MYSQL_ERROR *warning;
 
1100
  DRIZZLE_ERROR *warning;
1101
1101
  String result;
1102
1102
  String *separator;
1103
1103
  TREE tree_base;