~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/boolean.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:
55
55
  int64_t val_int() const;
56
56
  type::Decimal *val_decimal(type::Decimal *) const;
57
57
 
58
 
  void sql_type(drizzled::String&) const;
59
 
 
60
58
  Item_result result_type () const { return STRING_RESULT; }
61
59
  int cmp(const unsigned char*, const unsigned char*);
62
60
  void sort_string(unsigned char*, uint32_t);