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

mysql: Compatibility with MariaDB >= 10.5 #3548

Merged
merged 1 commit into from Aug 30, 2020

Conversation

Self-Perfection
Copy link
Contributor

@Self-Perfection Self-Perfection commented Aug 29, 2020

In MariaDB 10.5 information_schema.innodb_metrics was cleaned:
MariaDB/server@d09aec7

String column 'status' was replaced with boolean column 'enabled'.

Therefore we need to modify request for fetching data from that table.

Fixes #3533

ChangeLog: mysql: compatibility with MariaDB >=10.5

In MariaDB 10.5 information_schema.innodb_metrics was cleaned:
MariaDB/server@d09aec7

String column 'status' was replaced with boolean column 'enabled'.

Therefore we need to modify request for fetching data from that table.

Fixes collectd#3533
@Self-Perfection Self-Perfection requested a review from a team as a code owner August 29, 2020 19:55
Copy link
Member

@octo octo left a comment

Choose a reason for hiding this comment

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

LGTM, thanks @Self-Perfection!

@octo octo merged commit d39081b into collectd:main Aug 30, 2020
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.

mysql plugin: Failed to execute query: Unknown column 'status' in 'where clause
2 participants