~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2009-02-27 21:38:40 UTC
  • Revision ID: brian@tangent.org-20090227213840-r9hq3sfk8d8qrg72
Code cleanup in signal_handler.cc

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
  void fix_length_and_dec();
36
36
  void fix_num_length_and_dec();
37
37
  uint32_t decimal_precision() const { return args[0]->decimal_precision(); }
 
38
  bool check_vcol_func_processor(unsigned char *)
 
39
  { return false; }
38
40
};
39
41
 
40
42
#endif /* DRIZZLED_FUNCTION_MATH_NEG_H */