moodle/.upgradenotes/MDL-78776-2024062711440326.yml
Leon Stringer 7c70eb8e89 MDL-78776 database: Remove MyISAM migration
Remove functionality to migrate from MyISAM, and remove tests of whether
the existing database is using this.

Support for MyISAM was dropped in Moodle 2.9 (MDL-46064) so it should
not be possible for any subsequent Moodle version to be using this.

The only remaining MyISAM-aware code is the environment check via
check_database_storage_engine() to prevent installation/upgrade if the
database is set to use this.
2024-06-28 16:00:06 +01:00

6 lines
145 B
YAML

issueNumber: MDL-78776
notes:
tool:
- message: The Convert to InnoDB plugin (tool_innodb) has been completely removed.
type: removed