~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/double.h

Dead code removal.

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
  int cmp(const unsigned char *,const unsigned char *);
66
66
  void sort_string(unsigned char *buff,uint32_t length);
67
67
  uint32_t pack_length() const { return sizeof(double); }
68
 
  uint32_t row_pack_length() { return pack_length(); }
69
68
  void sql_type(String &str) const;
70
69
};
71
70