Skip to content

Commit 43788e3

Browse files
committed
Another log entry
1 parent f0fdfba commit 43788e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

connection.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -716,6 +716,7 @@ func (mc *mysqlConn) ResetSession(ctx context.Context) error {
716716
// could cause data corruption, so it's safe to return ErrBadConn
717717
// if the check fails.
718718
if mc.cfg.CheckConnLiveness {
719+
mc.log("Checking conn liveness in ResetSession")
719720
conn := mc.netConn
720721
if mc.rawConn != nil {
721722
conn = mc.rawConn

0 commit comments

Comments
 (0)