~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/functions/func.cc

  • Committer: Brian Aker
  • Date: 2008-11-03 03:49:00 UTC
  • mfrom: (520.4.50 devel)
  • Revision ID: brian@tangent.org-20081103034900-znhvcgtipr3tlel5
Merging in Monty's work

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include <drizzled/sql_list.h>
28
28
 
29
29
#include <drizzled/functions/int.h>
 
30
#include CMATH_H
 
31
 
 
32
#if defined(CMATH_NAMESPACE)
 
33
using namespace CMATH_NAMESPACE;
 
34
#endif
 
35
 
30
36
 
31
37
 
32
38
void Item_func::set_arguments(List<Item> &list)