~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/fstring.h

  • Committer: Brian Aker
  • Date: 2008-07-27 21:07:26 UTC
  • Revision ID: brian@tangent.org-20080727210726-zxwx10dy0w55qswh
Rename of fields (fix issue with string and decimal .h clashing).

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
  int do_save_field_metadata(uchar *first_byte);
85
85
};
86
86
 
87
 
#endif
 
87
#endif /* DRIZZLE_SERVER_FIELD_STRING */