mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
3a8c989137
When updating the mysql system to utf8mb4 not all tables are converted to the row format of compressed or dynamic. If a new index is created there is a possibility that the table could be using compact or redundant and then an error will be shown saying that the index size is too large. This fix handles this exception and converts the table over to compressed.