Skip to content
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 deprecated and ignored from MariaDB 10.5.2 #565

Closed
ruuttt opened this issue Sep 23, 2021 · 1 comment
Closed

Comments

@ruuttt
Copy link

ruuttt commented Sep 23, 2021

I use MySQLTuner 1.7.13 and MySQL version 10.6.1-MariaDB-log

When I run MySQLTuner it crashed at line 5563 because of the deprecated variable innodb_log_files_in_group which is zero and therefore caused a hard crash of MySQLTuner

Illegal division by zero at /usr/bin/mysqltuner line 5563 (#2)
(F) You tried to divide a number by 0. Either something was wrong in
your logic, or you need to put a conditional in to guard against
meaningless input.

Uncaught exception from user code:
Illegal division by zero at /usr/bin/mysqltuner line 5563.
main::mysql_innodb() called at /usr/bin/mysqltuner line 6272

@ruuttt
Copy link
Author

ruuttt commented Sep 23, 2021

Problem solved when upgrading to MySQLTuner 1.8.1. Maybe good to also include version 1.8.x in apt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant