227
227
it is NOT NULL, not an AUTO_INCREMENT field and not a TIMESTAMP.
229
229
if (!fld_default_value && !(fld_type_modifier & AUTO_INCREMENT_FLAG) &&
231
232
flags|= NO_DEFAULT_VALUE_FLAG;
233
235
if (fld_length && !(length= (uint32_t) atoi(fld_length)))