Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
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
Attachments
Issue Links
- relates to
-
MDEV-14425 Change the InnoDB redo log format to reduce write amplification
-
- Closed
-
-
MDEV-20907 Set innodb_log_files_in_group=1 by default
-
- Closed
-
-
MDEV-33503 innodb_log_files_in_group is quietly ignored
-
- Confirmed
-
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue relates to |
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 |
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 |
Component/s | Storage Engine - InnoDB [ 10129 ] |
Fix Version/s | 10.5 [ 23123 ] |
Fix Version/s | 10.5.2 [ 24030 ] | |
Fix Version/s | 10.5 [ 23123 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Link |
This issue relates to |
Workflow | MariaDB v3 [ 105854 ] | MariaDB v4 [ 134218 ] |
Link | This issue relates to MDEV-33503 [ MDEV-33503 ] |
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.