[DETECT] Add handle timout log

This commit is contained in:
Handora
2023-09-14 03:40:13 +00:00
committed by ob-robot
parent 0c6b823cc8
commit 691cbc7f91
6 changed files with 35 additions and 2 deletions

View File

@ -1306,5 +1306,10 @@ int ObMemtableCtx::check_tx_mem_size_overflow(bool &is_overflow)
return ret;
}
void ObMemtableCtx::print_first_mvcc_callback()
{
log_gen_.print_first_mvcc_callback();
}
}
}