~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/decimal.h

Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
  int cmp(const unsigned char *, const unsigned char *);
77
77
  void sort_string(unsigned char *buff, uint32_t length);
78
78
  bool zero_pack() const { return 0; }
79
 
  void sql_type(String &str) const;
80
79
  uint32_t max_display_length() { return field_length; }
81
80
  uint32_t size_of() const { return sizeof(*this); }
82
81
  uint32_t pack_length() const { return (uint32_t) bin_size; }