-
Bug
-
Resolution: Fixed
-
Minor
-
3.4
-
MySQL
-
MOODLE_34_STABLE
-
MOODLE_33_STABLE, MOODLE_34_STABLE
-
m35_
MDL-59099_MySQL8_InnoDB_Params_Removed -
In the MySQL 8.0 preview release:
The following InnoDB file format configuration parameters were removed:
innodb_file_format
innodb_file_format_check
innodb_file_format_max
innodb_large_prefix
File format configuration parameters were necessary for creating tables compatible with earlier versions of InnoDB in MySQL 5.1. Now that MySQL 5.1 has reached the end of its product lifecycle, the parameters are no longer required.
The FILE_FORMAT column was removed from the INNODB_SYS_TABLES and INNODB_SYS_TABLESPACES Information Schema tables.
https://dev.mysql.com/doc/refman/8.0/en/mysql-nutshell.html
This breaks our environment tests which are looking for innodb_file_format being Barracuda
- blocks
-
MDL-60793 mod_chat breaks moodle installation on MySQL 8.0.3
-
- Closed
-
- has been marked as being related by
-
MDL-61702 Can't install Moodle version > 3.1 with mariaDB version >= 10.3.1
-
- Closed
-
-
MDL-59596 Unit test failure with MariaDB/MySQL8
-
- Closed
-
- is blocked by
-
MDL-59100 get_columns() query doesn't work with mysql 8.0 - needs lowercasing
-
- Closed
-
- Testing discovered
-
MDL-60793 mod_chat breaks moodle installation on MySQL 8.0.3
-
- Closed
-