~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/decimal.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:
60
60
  uint32_t decimal_precision() const { return decimal_value.precision(); }
61
61
  bool eq(const Item *, bool binary_cmp) const;
62
62
  void set_decimal_value(my_decimal *value_par);
63
 
  bool check_vcol_func_processor(unsigned char *)
64
 
  { return false; }
65
63
};
66
64
 
67
65
#endif /* DRIZZLED_ITEM_DECIMAL_H */