~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/opt_range.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:
106
106
#include <drizzled/server_includes.h>
107
107
#include <drizzled/sql_select.h>
108
108
#include <drizzled/error.h>
 
109
#include CMATH_H
 
110
 
 
111
#if defined(CMATH_NAMESPACE)
 
112
using namespace CMATH_NAMESPACE;
 
113
#endif
109
114
 
110
115
/*
111
116
  Convert double value to #rows. Currently this does floor(), and we