Fix trace log bug

This commit is contained in:
obdev
2023-06-14 02:23:33 +00:00
committed by ob-robot
parent 63d659c58c
commit d317c4edc9

View File

@ -555,9 +555,7 @@ int ObMPQuery::process_single_stmt(const ObMultiStmtItem &multi_stmt_item,
//otherwise there is a risk of coredump //otherwise there is a risk of coredump
//@TODO: need to determine a mechanism to ensure the safety of memory access here //@TODO: need to determine a mechanism to ensure the safety of memory access here
} }
if (enable_trace_log) {
ObThreadLogLevelUtils::clear(); ObThreadLogLevelUtils::clear();
}
const int64_t debug_sync_timeout = GCONF.debug_sync_timeout; const int64_t debug_sync_timeout = GCONF.debug_sync_timeout;
if (debug_sync_timeout > 0) { if (debug_sync_timeout > 0) {
// ignore thread local debug sync actions to session actions failed // ignore thread local debug sync actions to session actions failed