[MDEV-18399] Recognize the deprecated parameters innodb_file_format, innodb_large_prefix Created: 2019-01-28 Updated: 2019-01-28 Resolved: 2019-01-28 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.3.1 |
| Fix Version/s: | 10.4.3, 10.3.13 |
| Type: | Bug | Priority: | Major |
| Reporter: | Marko Mäkelä | Assignee: | Marko Mäkelä |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | debian, upgrade | ||
| Description |
|
The following parameters were deprecated in MariaDB 10.2.2 and removed in MariaDB 10.3.1: innodb_file_format The parameters innodb_file_format and innodb_large_prefix were overridden in many configuration files, because the default values of these parameters between MariaDB 5.5 and MariaDB 10.2 did not make any sense. To allow a more seamless upgrade from MariaDB 10.1 to later versions, let InnoDB recognize the parameters innodb_file_format and innodb_large_prefix and issue deprecation warnings for them if they are specified. A deprecation period of only one major release (one year) is insufficient for these widely used parameters. This report is motivated by Debian Bug #920608 mariadb-server-10.3: unknown variable 'innodb-large-prefix=on'. |