[CP] [to #54846025] fix an asan core and a debug compile result mismatch problem

This commit is contained in:
0xacc
2024-04-01 03:55:41 +00:00
committed by ob-robot
parent d75f4f600b
commit 09dee5c2fb

View File

@ -1587,8 +1587,8 @@ struct ObPLSPITraceIdGuard {
} }
} }
ObCurTraceId::TraceId origin_trace_id_; ObCurTraceId::TraceId origin_trace_id_;
const ObString &sql_; const ObString sql_;
const ObString &ps_sql_; const ObString ps_sql_;
}; };
//todo:@hr351303 确认sql 和 ps sql是否可以合一 //todo:@hr351303 确认sql 和 ps sql是否可以合一