Actions
Bug #8610
closedMake sure that all indexes are less than 1000 bytes long in case of utf8mb4 on MyISAM MySQL 5.7.33 engine
Description
In seldom cases where conversions to utf8mb4 collations are applied on old databases, the indexes are limited to 1000 bytes, so some the conversion fails (without functional impact, so low priority)
Updated by beat over 3 years ago
- Related to Bug #8604: Make sure that all indexes are less than 1000 bytes long in case of utf8mb4 on MyISAM MySQL 5.7.33 engine added
Updated by beat over 3 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
fixed in MR !1691
Actions