-
Notifications
You must be signed in to change notification settings - Fork 590
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
Allow to disable AbandonedConnectionCleanupThread completely #41
Conversation
…em property 'com.mysql.disableAbandonedConnectionCleanup' to disable it add following string to JVM command line: -Dcom.mysql.disableAbandonedConnectionCleanup=true
Hi, thank you for submitting this pull request. In order to consider your code we need you to sign the Oracle Contribution Agreement (OCA). Please review the details and follow the instructions at http://www.oracle.com/technetwork/community/oca-486395.html |
I've signed OCA |
Hi, there was no response to our request to sign an OCA or confirm the code is submitted under the terms of the OCA. As such this request will be closed. |
@mysql-oca-bot hello. As I said I've actually signed OCA. |
OCA in place but update missed by the script |
Hi, thank you for your contribution. Please confirm this code is submitted under the terms of the OCA (Oracle's Contribution Agreement) you have previously signed by cutting and pasting the following text as a comment: |
I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it. |
Hi, thank you for your contribution. Your code has been assigned to an internal queue. Please follow |
#43 is related |
Thank you for your contribution that has been added to 8.0.22: https://lefred.be/content/mysql-8-0-22-thank-you-for-the-contributions/ |
Allow to disable AbandonedConnectionCleanupThread completely via system property
com.mysql.disableAbandonedConnectionCleanup
to disable it add following string to JVM command line:
-Dcom.mysql.disableAbandonedConnectionCleanup=true