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
There is a typo in the comment of mysqlConn.cancel() https://github.com/go-sql-driver/mysql/blob/master/connection.go#L438
// finish is called when the query has canceled. func (mc *mysqlConn) cancel(err error) { mc.canceled.Set(err) mc.cleanup() }
If you have an error log, please paste it here.
Driver version (or git SHA): 1.8.1
1.8.1
Go version: run go version in your console
go version
Server version: E.g. MySQL 5.6, MariaDB 10.0.20
Server OS: E.g. Debian 8.1 (Jessie), Windows 10
The text was updated successfully, but these errors were encountered:
fix typo in comment (#1647)
c9f41c0
Fix #1646
Successfully merging a pull request may close this issue.
Issue description
There is a typo in the comment of mysqlConn.cancel()
https://github.com/go-sql-driver/mysql/blob/master/connection.go#L438
Example code
Error log
Configuration
Driver version (or git SHA):
1.8.1
Go version: run
go version
in your consoleServer version: E.g. MySQL 5.6, MariaDB 10.0.20
Server OS: E.g. Debian 8.1 (Jessie), Windows 10
The text was updated successfully, but these errors were encountered: