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)
Actions