~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/sum.h

  • Committer: Mark Atwood
  • Date: 2011-12-27 16:09:18 UTC
  • mfrom: (2461.2.1 trunk)
  • Revision ID: me@mark.atwood.name-20111227160918-ai7t6ka9s9xlmlbv
resolve and merge lp:~ivolucien/drizzle/trunk-bug-621861

Show diffs side-by-side

added added

removed removed

Lines of Context:
950
950
  DRIZZLE_ERROR *warning;
951
951
  String result;
952
952
  String *separator;
953
 
  TREE tree_base;
954
 
  TREE *tree;
 
953
  Tree tree_base;
 
954
  Tree *tree;
955
955
 
956
956
  /**
957
957
     If DISTINCT is used with this GROUP_CONCAT, this member is used to filter