Fix trace log bug
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user