~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/math_functions/ceiling.cc

  • Committer: Stewart Smith
  • Date: 2010-11-07 06:43:17 UTC
  • mfrom: (1909 merge)
  • mto: This revision was merged to the branch mainline in revision 1915.
  • Revision ID: stewart@flamingspork.com-20101107064317-i0usp0cqk97ftxev
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
#include "config.h"
21
21
#include <math.h>
22
 
#include <drizzled/function/math/ceiling.h>
 
22
#include "ceiling.h"
23
23
 
 
24
namespace drizzled
 
25
{
24
26
 
25
27
int64_t Item_func_ceiling::int_op()
26
28
{
66
68
  return 0;
67
69
}
68
70
 
 
71
} /* namespace drizzled */