We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
COM_RESET_CONNECTION is supported in MariaDB starting in v10.2.4: https://mariadb.com/kb/en/library/com_reset_connection/
The text was updated successfully, but these errors were encountered:
it can solve the #612 ?
Sorry, something went wrong.
Unsure, as we don't yet know the cause of #612. This is just taking advantage of a possibly-faster way to reset pooled connections.
It will be faster. I was found the old connection reset method can take a ~ 20ms sometimes.
Thanks for all.
Support reset connection for MariaDB. Fixes #613
514cc19
d36335d
Added in 0.50.0.
No branches or pull requests
COM_RESET_CONNECTION is supported in MariaDB starting in v10.2.4: https://mariadb.com/kb/en/library/com_reset_connection/
The text was updated successfully, but these errors were encountered: