From 8fb2e23e4e59e59be0368bc21cc255854b0e5d3a Mon Sep 17 00:00:00 2001 From: AilinKid <314806019@qq.com> Date: Wed, 24 Jan 2024 17:19:14 +0800 Subject: [PATCH] . Signed-off-by: AilinKid <314806019@qq.com> --- pkg/session/session.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/session/session.go b/pkg/session/session.go index 818a71f191f45..12e33c356702a 100644 --- a/pkg/session/session.go +++ b/pkg/session/session.go @@ -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 {