~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/double.h

  • Committer: Olaf van der Spek
  • Date: 2011-06-20 15:04:56 UTC
  • mto: This revision was merged to the branch mainline in revision 2345.
  • Revision ID: olafvdspek@gmail.com-20110620150456-sxjqkvqg3p725y8z
RemoveĀ unusedĀ Field::sql_type()

Show diffs side-by-side

added added

removed removed

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