Skip to content

Commit 019125f

Browse files
committed
wip
1 parent cf91430 commit 019125f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packet/conn.go

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ type Conn struct {
2929

3030
readTimeout time.Duration
3131
writeTimeout time.Duration
32+
ctx context.Context
3233

3334
// Buffered reader for net.Conn in Non-TLS connection only to address replication performance issue.
3435
// See https://github.com/go-mysql-org/go-mysql/pull/422 for more details.

0 commit comments

Comments
 (0)