Enhancement
The DeprecateIntegerDisplayWidth / deprecate-integer-display-length option is now disabled by default.
As display width has been deprecated and is hidden in MySQL it would be good to follow this behavior in MySQL.
The display width is often mistaken for storage size, leading people to believe int(10) takes more storage than int(8), which isn't the case.
Related
Enhancement
The
DeprecateIntegerDisplayWidth/deprecate-integer-display-lengthoption is now disabled by default.As display width has been deprecated and is hidden in MySQL it would be good to follow this behavior in MySQL.
The display width is often mistaken for storage size, leading people to believe
int(10)takes more storage thanint(8), which isn't the case.Related