Skip to content

Commit f7c4036

Browse files
committed
wip
1 parent 14a14f7 commit f7c4036

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packet/conn.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ type Conn struct {
3131

3232
readTimeout time.Duration
3333
writeTimeout time.Duration
34+
ctx context.Context
3435

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

0 commit comments

Comments
 (0)