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

correct messages on no InnoDB #540

Merged
merged 1 commit into from
Feb 1, 2021
Merged

Conversation

grooverdan
Copy link
Contributor

enginestats are only populated if tables exist of that type.

Look at default_storage_engine if defined to communicate the default
storage engine.

closes #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
infoprint "Skipped due to --skipsize option";
return;
}
badprint "No tables are Innodb";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just some cosmetic s/Innodb/InnoDB/

@unreturned
Copy link
Contributor

Tested this PR, LGTM, works fine, thank you!

@jmrenouard jmrenouard merged commit f93020f into major:master Feb 1, 2021
@grooverdan grooverdan deleted the noinnodb branch February 5, 2021 01:35
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

Successfully merging this pull request may close these issues.

Incorrect check InnoDB on MariaDB 10.4
3 participants