Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
Signed-off-by: AilinKid <314806019@qq.com>
  • Loading branch information
AilinKid committed Jan 24, 2024
1 parent a3ff50d commit 8fb2e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/session/session.go
Original file line number Diff line number Diff line change
Expand Up @@ -1563,7 +1563,7 @@ func (s *session) UpdateProcessInfo() {
// Update the current transaction start timestamp.
shallowCP.CurTxnStartTS = s.sessionVars.TxnCtx.StartTS
shallowCP.CurTxnCreateTime = s.sessionVars.TxnCtx.CreateTime
s.processInfo.Store(&shallowCP)
s.processInfo.Store(shallowCP)
}

func (s *session) getOomAlarmVariablesInfo() util.OOMAlarmVariablesInfo {
Expand Down

0 comments on commit 8fb2e23

Please sign in to comment.