~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#include <math.h>
22
22
#include <drizzled/function/math/floor.h>
23
23
 
 
24
namespace drizzled
 
25
{
24
26
 
25
27
int64_t Item_func_floor::int_op()
26
28
{
67
69
  return 0;
68
70
}
69
71
 
70
 
 
 
72
} /* namespace drizzled */