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 f0fdfba commit 43788e3Copy full SHA for 43788e3
connection.go
@@ -716,6 +716,7 @@ func (mc *mysqlConn) ResetSession(ctx context.Context) error {
716
// could cause data corruption, so it's safe to return ErrBadConn
717
// if the check fails.
718
if mc.cfg.CheckConnLiveness {
719
+ mc.log("Checking conn liveness in ResetSession")
720
conn := mc.netConn
721
if mc.rawConn != nil {
722
conn = mc.rawConn
0 commit comments