~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/boolean.cc

  • 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:
69
69
  return memcmp(a, b, sizeof(unsigned char));
70
70
}
71
71
 
72
 
int Boolean::store(const char *from, uint32_t length, const CHARSET_INFO * const )
 
72
int Boolean::store(const char *from, uint32_t length, const charset_info_st * const )
73
73
{
74
74
  ASSERT_COLUMN_MARKED_FOR_WRITE;
75
75