~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 09:41:28 UTC
  • mto: (1976.1.2 build) (1977.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 1977.
  • Revision ID: andrew@linuxjedi.co.uk-20101206094128-s1cq4a8wen3lq7dv
Make BIGINT range check only happen on MySQL BIGINT UNSIGNED as it is tripping up on negative BIGINT values.

Also, don't quote BIGINT values

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
    bool isAutoIncrement;
110
110
    bool defaultIsNull;
111
111
    bool convertDateTime;
 
112
    bool rangeCheck;
 
113
    bool isNumeric;
112
114
    std::string defaultValue;
113
115
    std::string collation;
114
116