~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/uint.h

  • Committer: Monty Taylor
  • Date: 2009-06-07 12:05:17 UTC
  • mfrom: (1014.5.10 drizzle-test-coverage)
  • mto: This revision was merged to the branch mainline in revision 1056.
  • Revision ID: mordred@inaugust.com-20090607120517-4nv8kd7j3zm265fx
Merged lee from lp:~kalebral/drizzle/drizzle-test-coverage

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
  virtual void print(String *str, enum_query_type query_type);
37
37
  Item_num *neg ();
38
38
  uint32_t decimal_precision() const { return max_length; }
39
 
  bool check_vcol_func_processor(unsigned char *)
40
 
  { return false; }
41
39
};
42
40
 
43
41
#endif /* DRIZZLED_ITEM_UINT_H */