-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Incorrect check InnoDB on MariaDB 10.4 #469
Comments
I can't reproduce this or see what caused it. |
I have tested mysqltuner.pl on fresh install alpine linux
MariaDB:
First of all, mysqltuner.pl gave us error like:
Comment problem line:
And try again:
As we can see, we again have this message, that InnoDB is disabled:
But InnoDB is enabled:
And we have some basic tables in InnoDB
|
After create test table in empty test database like:
We have information about InnoDB in mysqltuner:
|
enginestats are only populated if tables exist of that type. closes major#469
enginestats are only populated if tables exist of that type. Look at default_storage_engine if defined to communicate the default storage engine. closes major#469
I was getting false reading due to default innodb tables gtid_slave_pos,transaction_registry,innodb_index_stats and innodb_table_stats corrected in #469 |
mysqltuner.pl 1.7.19 reports
The text was updated successfully, but these errors were encountered: