~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/enum.h

  • Committer: Jay Pipes
  • Date: 2009-12-08 17:46:38 UTC
  • mfrom: (1240 staging)
  • mto: This revision was merged to the branch mainline in revision 1245.
  • Revision ID: jpipes@serialcoder-20091208174638-exwaq2vbq0bzvyze
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
  }
115
115
  /* enum and set are sorted as integers */
116
116
  const CHARSET_INFO *sort_charset(void) const { return &my_charset_bin; }
117
 
private:
118
 
  int do_save_field_metadata(unsigned char *first_byte);
119
117
};
120
118
 
121
119
#endif /* DRIZZLED_FIELD_ENUM_H */