~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/int.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:
53
53
  uint32_t decimal_precision() const
54
54
  { return (uint32_t)(max_length - test(value < 0)); }
55
55
  bool eq(const Item *, bool binary_cmp) const;
56
 
  bool check_vcol_func_processor(unsigned char *)
57
 
  { return false; }
58
56
};
59
57
 
60
58
#endif /* DRIZZLED_ITEM_INT_H */