~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2009-05-15 01:47:27 UTC
  • mto: This revision was merged to the branch mainline in revision 1021.
  • Revision ID: brian@gaz-20090515014727-shmtwpeisru443qs
Once again... removed vcol code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
  const char *func_name() const { return "%"; }
34
34
  void result_precision();
35
35
  void fix_length_and_dec();
36
 
  bool check_vcol_func_processor(unsigned char *)
37
 
  { return false; }
38
 
 
39
36
};
40
37
 
41
38
#endif /* DRIZZLED_FUNCTION_MATH_MOD_H */