Details
-
Bug
-
Status: Confirmed (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.6, 10.11, 11.0(EOL), 11.1(EOL), 11.2, 11.3(EOL), 11.4
-
None
-
None
-
Ubuntu 22.04
Description
Docs claim that innodb_log_files_in_group was removed in 10.6:
https://mariadb.com/kb/en/innodb-system-variables/#innodb_log_files_in_group
But I can start 11.4.1 with the following in my.cnf:
innodb_log_files_in_group=16
innodb_log_file_size=1G
When I use the above I expect 16 1G files and 16G in total for redo, but I only get 1 1G file. This is bad for performance. MySQL and MariaDB have a way to deal with possibly unsupported options via the "skip_" prefix. I don't want MariaDB also quietly ignoring options that are not supported.
Attachments
Issue Links
- relates to
-
MDEV-20907 Set innodb_log_files_in_group=1 by default
- Closed
-
MDEV-21990 Issue a message on changing deprecated innodb_log_files_in_group
- Closed
-
MDEV-23397 Remove deprecated InnoDB options in 10.6
- Closed
-
MDEV-28671 Presentation of aliases in `mariadbd --verbose --help` is highly redundant
- Stalled
-
MDEV-30731 Deprecated variables are not consistently highlighted
- Open
-
MDEV-32745 config upgrade helper tool
- Open