We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Fix 2 memory leaks in libmariadbclient #2623
3d49fb5
Merge pull request #2625 from sysown/v2.0.11-2623
8ba928b
PR merged
Sorry, something went wrong.
No branches or pull requests
Several memory leaks were identified when ProxySQL tries to connect to a not existing schema.
Way to reproduce it:
The text was updated successfully, but these errors were encountered: