~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/epoch.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:
156
156
 
157
157
int Epoch::store(const char *from,
158
158
                 uint32_t len,
159
 
                 const CHARSET_INFO * const )
 
159
                 const charset_info_st * const )
160
160
{
161
161
  Timestamp temporal;
162
162