~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/decimal.h

  • Committer: Brian Aker
  • Date: 2010-02-26 19:01:18 UTC
  • mfrom: (1311.1.4 build)
  • Revision ID: brian@gaz-20100226190118-gn4wtrvp6hur1t5t
Merge of Brian

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
  uint32_t size_of() const { return sizeof(*this); }
83
83
  uint32_t pack_length() const { return (uint32_t) bin_size; }
84
84
  uint32_t pack_length_from_metadata(uint32_t field_metadata);
85
 
  uint32_t row_pack_length() { return pack_length(); }
86
 
  int compatible_field_size(uint32_t field_metadata);
87
85
  uint32_t is_equal(CreateField *new_field);
88
86
  virtual const unsigned char *unpack(unsigned char* to, const unsigned char *from,
89
87
                                      uint32_t param_data, bool low_byte_first);