remove unused statistic event

This commit is contained in:
zh0
2022-03-28 16:36:07 +08:00
committed by LINxiansheng
parent 6b4f10f4ac
commit ada79c48a2
16 changed files with 118 additions and 79 deletions

View File

@ -426,7 +426,7 @@ int ObLockWaitMgr::post_lock(int tmp_ret, ObRowLock& lock, const Key& key, int64
timeout,
key.get_table_id(),
total_trans_node_cnt,
to_cstring(key),
GCONF.enable_record_trace_log ? to_cstring(key) : NULL,
ctx_desc);
if (lock.is_locked()) {