~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/sum.h

  • Committer: Brian Aker
  • Date: 2009-02-22 04:20:22 UTC
  • mfrom: (892.1.9 devel)
  • mto: (896.1.3 fix-osxs)
  • mto: This revision was merged to the branch mainline in revision 898.
  • Revision ID: brian@tangent.org-20090222042022-agjb1l7pczbbcqt5
Merge Monty

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
 
 
32
extern "C"
 
33
int group_concat_key_cmp_with_distinct(void* arg, const void* key1,
 
34
                                       const void* key2);
 
35
 
 
36
extern "C"
 
37
int group_concat_key_cmp_with_order(void* arg, const void* key1,
 
38
                                    const void* key2);
32
39
 
33
40
class Select_Lex;
34
41
struct order_st;