[MDEV-21990] Issue a message on changing deprecated innodb_log_files_in_group Created: 2020-03-20 Updated: 2020-03-26 Resolved: 2020-03-23 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Fix Version/s: | 10.5.2 |
| Type: | Task | Priority: | Major |
| Reporter: | Eugene Kosov (Inactive) | Assignee: | Eugene Kosov (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Description |
|
Use can change that variable, but it's value will be silently ignored. Instead, it should be ignored loudly. Also, documentation should be updated. https://mariadb.com/kb/en/innodb-system-variables/#innodb_log_files_in_group The deprecation itself happened in https://github.com/MariaDB/server/commit/9ef2d29ff44de2013c95666a011b993e5c2e5674 |
| Comments |
| Comment by Marko Mäkelä [ 2020-03-20 ] |
|
The function innodb_init_params() must reset all ignored parameters to the hard-coded values, to make SHOW statements reflect that the parameters are ignored. |