[DeadLock] fix oracle mode mysqltest

This commit is contained in:
fengdeyiji
2023-08-17 12:23:02 +00:00
committed by ob-robot
parent 22488fba8b
commit ddbb83148a

View File

@ -562,7 +562,7 @@ int MdsRow<K, V>::scan_dump_node_from_tail_to_head(DUMP_OP &&op,
} else if (for_flush) {
report_event_("DUMP_NODE_FOR_FLUSH", node);
} else {
report_event_("DUMP_NODE", node);
// report_event_("DUMP_NODE", node);
}
return need_break || OB_SUCCESS != ret;
}