New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
innodb_log_files_in_group #17004
Comments
|
Hi @tm8544 |
|
https://mariadb.com/kb/en/changes-improvements-in-mariadb-106/#innodb-variables Removed variables we useEngines pageinnodb_commit_concurrency innodb_thread_concurrency Operations classinnodb_file_format Advisorinnodb_log_files_in_group |
|
Error on Operations page |
|
Also removed from MySQL 8.0 https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-0.html Engines page
Operations classinnodb_file_format |
|
Source: https://mariadb.com/kb/en/innodb-redo-log/ |
Signed-off-by: William Desportes <williamdes@wdes.fr>
Signed-off-by: William Desportes <williamdes@wdes.fr>
Signed-off-by: William Desportes <williamdes@wdes.fr>
Signed-off-by: William Desportes <williamdes@wdes.fr>
With MariaDB 10.6.3 Server Status (advisor) PhpMyadmin 5.1.1 outputs an error, because 'innodb_log_files_in_group' is not defined.
See https://mariadb.com/docs/reference/mdb/system-variables/innodb_log_files_in_group/
Steps to reproduce the behavior:
Errors occurred while executing rule expressions:
Failed calculating value for rule 'InnoDB log size'. Error when evaluating: Variable "innodb_log_files_in_group" is not valid around position 25 for expression
(innodb_log_file_size * innodb_log_files_in_group)/ innodb_buffer_pool_size * 100.Expected behavior
No error message
Server configuration
The text was updated successfully, but these errors were encountered: