We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf91430 commit 019125fCopy full SHA for 019125f
packet/conn.go
@@ -29,6 +29,7 @@ type Conn struct {
29
30
readTimeout time.Duration
31
writeTimeout time.Duration
32
+ ctx context.Context
33
34
// Buffered reader for net.Conn in Non-TLS connection only to address replication performance issue.
35
// See https://github.com/go-mysql-org/go-mysql/pull/422 for more details.
0 commit comments