~stewart/drizzle/nofrm

« back to all changes in this revision

Viewing changes to drizzled/item/sum.h

  • Committer: Stewart Smith
  • Date: 2009-02-22 06:28:04 UTC
  • mfrom: (869.1.29 drizzle)
  • Revision ID: stewart@flamingspork.com-20090222062804-ssplgcffmroxwjph
mergeĀ mainline

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;