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

Version 1.9.1 Incorrectly reporting performance schema is off #580

Closed
Steve8291 opened this issue Feb 7, 2022 · 1 comment
Closed

Version 1.9.1 Incorrectly reporting performance schema is off #580

Steve8291 opened this issue Feb 7, 2022 · 1 comment

Comments

@Steve8291
Copy link
Contributor

Running:
mysqltuner: 1.9.1
MariaDB: 10.6.5

mysqltuner reports:

Performance schema should be activated for better diagnostics
Variables to adjust:
    performance_schema = ON enable PFS

I have checked my installation and it is indeed on.
This is a new issue with mysqltuner 1.9.1

@Steve8291
Copy link
Contributor Author

I don't do a lot of perl but it looks like line #3802 in mysqltuner.pl might be setting the variable to "OFF" before checking its status.
$myvar{'performance_schema'} = 'OFF'

jmrenouard added a commit that referenced this issue Feb 7, 2022
Recommendation to turn on performance_schema #579
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

2 participants