~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/math/int.cc

  • Committer: Brian Aker
  • Date: 2009-05-26 02:54:31 UTC
  • mfrom: (1022.2.34 mordred)
  • Revision ID: brian@gaz-20090526025431-hpjmsrr4j6nftuic
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#include <drizzled/sql_string.h>
26
26
#include <drizzled/function/math/int.h>
27
27
 
 
28
Item_int_func::~Item_int_func() {}
 
29
 
28
30
double Item_int_func::val_real()
29
31
{
30
32
  assert(fixed == 1);