There was an error while loading. Please reload this page.
1 parent 14a14f7 commit f7c4036Copy full SHA for f7c4036
packet/conn.go
@@ -31,6 +31,7 @@ type Conn struct {
31
32
readTimeout time.Duration
33
writeTimeout time.Duration
34
+ctx context.Context
35
36
// Buffered reader for net.Conn in Non-TLS connection only to address replication performance issue.
37
// See https://github.com/go-mysql-org/go-mysql/pull/422 for more details.
0 commit comments