Skip to content

Commit

Permalink
connection: Document rawConn
Browse files Browse the repository at this point in the history
Co-Authored-By: vmg <vicent@github.com>
  • Loading branch information
methane and vmg committed Mar 20, 2019
1 parent 899a670 commit 7932df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
type mysqlConn struct {
buf buffer
netConn net.Conn
rawConn net.Conn
rawConn net.Conn // underlying connection when netConn is TLS connection.
affectedRows uint64
insertId uint64
cfg *Config
Expand Down

0 comments on commit 7932df6

Please sign in to comment.