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

Memory leak when trying to connect to a not existing schema #2623

Closed
renecannao opened this issue Mar 30, 2020 · 1 comment
Closed

Memory leak when trying to connect to a not existing schema #2623

renecannao opened this issue Mar 30, 2020 · 1 comment

Comments

@renecannao
Copy link
Contributor

renecannao commented Mar 30, 2020

Several memory leaks were identified when ProxySQL tries to connect to a not existing schema.

Way to reproduce it:

for i in `seq 1 10000`
do
mysql -u sbtest -psbtest -h 127.0.0.1 -P6033 non_existings_chema -e "select 1"
done
renecannao added a commit that referenced this issue Apr 1, 2020
Fix 2 memory leaks in libmariadbclient #2623
@renecannao
Copy link
Contributor Author

PR merged

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

1 participant