~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/math/divide.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:
34
34
  const char *func_name() const { return "/"; }
35
35
  void fix_length_and_dec();
36
36
  void result_precision();
37
 
  bool check_vcol_func_processor(unsigned char *)
38
 
  { return false; }
39
 
 
40
37
};
41
38
 
42
39