We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 899a670 commit 7932df6Copy full SHA for 7932df6
connection.go
@@ -22,7 +22,7 @@ import (
22
type mysqlConn struct {
23
buf buffer
24
netConn net.Conn
25
- rawConn net.Conn
+ rawConn net.Conn // underlying connection when netConn is TLS connection.
26
affectedRows uint64
27
insertId uint64
28
cfg *Config
0 commit comments