checkpoint link list lock optimization

This commit is contained in:
obdev
2023-08-17 10:54:47 +00:00
committed by ob-robot
parent cf5a879b97
commit 24659c98b6
6 changed files with 315 additions and 205 deletions

View File

@ -110,7 +110,7 @@ public:
{
if (rec_scn < rec_scn_) {
rec_scn_ = rec_scn;
check_can_move_to_active();
data_checkpoint_->transfer_from_new_create_to_active_without_src_lock_(this);
}
}