~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item_sum.cc

Merged in fix-headers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include <drizzled/sql_select.h>
25
25
#include <drizzled/error.h>
26
26
 
 
27
extern my_decimal decimal_zero;
 
28
 
27
29
/**
28
30
  Prepare an aggregate function item for checking context conditions.
29
31