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

Be sure MyISAM is enabled #2213

Closed
wants to merge 1 commit into from
Closed

Be sure MyISAM is enabled #2213

wants to merge 1 commit into from

Conversation

nfo
Copy link

@nfo nfo commented Jan 18, 2016

The MyISAM storage engine is not present in some MySQL compatible software, like MemSQL. These variables are thus missing when calling SHOW STATUS:

  • Key_blocks_unused
  • key_cache_block_size
  • key_buffer_size

The MyISAM storage engine is not present in some MySQL compatible software, like MemSQL. These variables are thus missing when calling `SHOW STATUS`:

- `Key_blocks_unused`
- `key_cache_block_size`
- `key_buffer_size`
@truthbk
Copy link
Member

truthbk commented Jan 28, 2016

@nfo thank you very much for raising this issue! We're in the middle of a very big overhaul of the MySQL check (#2116) and this has raised a very valid point. We're going to follow a slightly different approach but will take this into account to make sure the check will report available metrics and be more resilient when others are not found.

👍

@truthbk
Copy link
Member

truthbk commented Jan 28, 2016

I'll be closing this as we've already incorporated the idea of this PR into the logic, but thanks again for your contribution @nfo!

@truthbk truthbk closed this Jan 28, 2016
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.

2 participants