~mordred/drizzle/codestyle

« back to all changes in this revision

Viewing changes to drizzled/functions/neg.h

  • Committer: Monty Taylor
  • Date: 2008-10-13 10:14:09 UTC
  • mfrom: (383.7.6 drizzle-virtual-columns)
  • mto: This revision was merged to the branch mainline in revision 511.
  • Revision ID: monty@inaugust.com-20081013101409-aszm0nonww0f07zd
Merged in Virtual Column work.

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 *int_arg __attribute__((unused)))
 
39
  { return false; }
38
40
};
39
41
 
40
42
#endif /* DRIZZLED_FUNCTIONS_NEG_H */