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
prepare using com_query seems can not auto reprepare when go mysql driver reconnection caused by meets driver.ErrBadConn
driver.ErrBadConn
so, sometimes we can observe test case failure with "Error 8111: Prepared statement not found" after "closing bad idle connection:..."
maybe we can support binary protocol(it can re-prepare when reconnection) via go-sql-driver's prepare API when free
The text was updated successfully, but these errors were encountered:
No branches or pull requests
prepare using com_query seems can not auto reprepare when go mysql driver reconnection caused by meets
driver.ErrBadConn
so, sometimes we can observe test case failure with "Error 8111: Prepared statement not found" after "closing bad idle connection:..."
maybe we can support binary protocol(it can re-prepare when reconnection) via go-sql-driver's prepare API when free
The text was updated successfully, but these errors were encountered: