~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/enum.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:
57
57
 * and stores the found key.  Upon not finding an entry in the typelib,
58
58
 * we always throw an error.
59
59
 */
60
 
int Field_enum::store(const char *from, uint32_t length, const CHARSET_INFO * const)
 
60
int Field_enum::store(const char *from, uint32_t length, const charset_info_st * const)
61
61
{
62
62
  uint32_t tmp;
63
63