~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/sum.h

  • Committer: Brian Aker
  • Date: 2009-02-08 03:02:04 UTC
  • Revision ID: brian@tangent.org-20090208030204-3gz6xwcq5niux5nm
Class rewrite of Session (aka get all of the junk out)

Show diffs side-by-side

added added

removed removed

Lines of Context:
568
568
};
569
569
 
570
570
 
571
 
class TMP_TABLE_PARAM;
 
571
class Tmp_Table_Param;
572
572
 
573
573
class Item_sum_count_distinct :public Item_sum_int
574
574
{
575
575
  Table *table;
576
576
  uint32_t *field_lengths;
577
 
  TMP_TABLE_PARAM *tmp_table_param;
 
577
  Tmp_Table_Param *tmp_table_param;
578
578
  bool force_copy_fields;
579
579
  /*
580
580
    If there are no blobs, we can use a tree, which
958
958
 
959
959
class Item_func_group_concat : public Item_sum
960
960
{
961
 
  TMP_TABLE_PARAM *tmp_table_param;
 
961
  Tmp_Table_Param *tmp_table_param;
962
962
  DRIZZLE_ERROR *warning;
963
963
  String result;
964
964
  String *separator;