~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzledump_data.h

  • Committer: Andrew Hutchings
  • Date: 2010-12-06 12:15:06 UTC
  • mto: This revision was merged to the branch mainline in revision 1981.
  • Revision ID: andrew@linuxjedi.co.uk-20101206121506-4870yam6809gewnz
Add field level comments back in to drizzledump

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
    bool convertDateTime;
112
112
    std::string defaultValue;
113
113
    std::string collation;
 
114
    std::string comment;
114
115
 
115
116
    /* For enum type */
116
117
    std::string enumValues;