~stewart/drizzle/use-catalog-for-path

« back to all changes in this revision

Viewing changes to drizzled/field/boolean.h

  • Committer: Brian Aker
  • Date: 2011-03-28 02:46:21 UTC
  • Revision ID: brian@tangent.org-20110328024621-wtkdtlvdplqm0ybf
Shift CHARSET_INFO to charset_info_st

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
  uint32_t pack_length() const { return sizeof(unsigned char); }
47
47
  uint32_t key_length() const { return sizeof(unsigned char); }
48
48
 
49
 
  int store(const char *to, uint32_t length, const CHARSET_INFO * const charset);
 
49
  int store(const char *to, uint32_t length, const charset_info_st * const charset);
50
50
  int store(double );
51
51
  int store(int64_t nr, bool unsigned_val);
52
52
  int store_decimal(const drizzled::type::Decimal*);