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

Fix PyMySQL library to respect my.cnf parameter #9526

Merged
merged 2 commits into from Jul 11, 2020
Merged

Fix PyMySQL library to respect my.cnf parameter #9526

merged 2 commits into from Jul 11, 2020

Conversation

anirudhdggl
Copy link
Contributor

Summary

Fixes #7518

Component Name

MySQLService.py

Test Plan

Have original users who raised the issue verify it

Additional Information

As mentioned in one of the issue comment, the requisite code block responsible for the issue has been removed so that no one faces this issue again

@anirudhdggl anirudhdggl requested a review from ilyam8 as a code owner July 11, 2020 10:29
@squash-labs
Copy link

squash-labs bot commented Jul 11, 2020

Manage this branch in Squash

Test this branch here: https://anirudhdgglissue-7518-y6t6n.squash.io

@CLAassistant
Copy link

CLAassistant commented Jul 11, 2020

CLA assistant check
All committers have signed the CLA.

@github-actions github-actions bot added area/collectors Everything related to data collection area/external/python labels Jul 11, 2020
@ilyam8
Copy link
Member

ilyam8 commented Jul 11, 2020

@anirudhdggl we need you to sign the CLA to get this PR merged

@anirudhdggl
Copy link
Contributor Author

anirudhdggl commented Jul 11, 2020

SIgned.

@ilyam8
Copy link
Member

ilyam8 commented Jul 11, 2020

Have original users who raised the issue verify it

I guess this is not hard requirement. Indeed old versions of pymysql didnt support loading from my.cnf, but it no longer a problem. I think it is safe to merge.


@anirudhdggl thx for contribution!

Copy link
Contributor

@thiagoftsm thiagoftsm left a comment

Choose a reason for hiding this comment

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

LGTM!

@ilyam8
Copy link
Member

ilyam8 commented Jul 11, 2020

@ilyam8 ilyam8 changed the title Resolution for issue 7518 mysql: respect my.cnf parameter using PyMySQL library Jul 11, 2020
@ilyam8 ilyam8 merged commit 7ba2851 into netdata:master Jul 11, 2020
@anirudhdggl anirudhdggl deleted the issue-7518 branch July 12, 2020 17:20
@joelhans joelhans changed the title mysql: respect my.cnf parameter using PyMySQL library Fix PyMySQL library to respect my.cnf parameter Jul 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/collectors Everything related to data collection
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Netdata not working with MySQL because SHOW USER STATISTICS MariaDB only command
4 participants