Enable integer display width deprecation by default #56533
Labels
compatibility-mysql8
This is a compatibility issue with MySQL 8.0(but NOT 5.7)
type/compatibility
type/enhancement
The issue or PR belongs to an enhancement.
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 thanint(8)
, which isn't the case.Related
The text was updated successfully, but these errors were encountered: