~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/int64.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:
85
85
  int cmp(const unsigned char *,const unsigned char *);
86
86
  void sort_string(unsigned char *buff,uint32_t length);
87
87
  uint32_t pack_length() const { return 8; }
88
 
  void sql_type(String &str) const;
89
88
  bool can_be_compared_as_int64_t() const { return true; }
90
89
  uint32_t max_display_length() { return MY_INT64_NUM_DECIMAL_DIGITS; }
91
90
  virtual unsigned char *pack(unsigned char* to, const unsigned char *from,