~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2009-05-15 07:40:30 UTC
  • mfrom: (1019.1.7 merge)
  • Revision ID: brian@gaz-20090515074030-che1sh7nqadhyj45
Code / Style cleanup merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
  int64_t int_op();
32
32
  double real_op();
33
33
  my_decimal *decimal_op(my_decimal *);
34
 
  bool check_vcol_func_processor(unsigned char *)
35
 
  { return false; }
36
34
};
37
35
 
38
36
#endif /* DRIZZLED_FUNCTION_MATH_FLOOR_H */