[FEAT MERGE] transaction pdml support optimization
Co-authored-by: yyy-hust <yyy.hust@gmail.com> Co-authored-by: SanmuWangZJU <sanmuwang.ws@gmail.com>
This commit is contained in:

committed by
ant-ob-hengtang

parent
eaa353f503
commit
438a70b2b8
@ -367,10 +367,10 @@ int TestCompactionPolicy::mock_memtable(
|
||||
snapshot_scn.convert_for_tx(snapshot_version);
|
||||
memtable->snapshot_version_ = snapshot_scn;
|
||||
memtable->write_ref_cnt_ = 0;
|
||||
memtable->unsynced_cnt_ = 0;
|
||||
memtable->unsubmitted_cnt_ = 0;
|
||||
memtable->is_tablet_freeze_ = true;
|
||||
memtable->state_ = ObMemtableState::MINOR_FROZEN;
|
||||
memtable->set_resolve_active_memtable_left_boundary(true);
|
||||
memtable->set_resolved_active_memtable_left_boundary(true);
|
||||
memtable->set_frozen();
|
||||
memtable->location_ = storage::checkpoint::ObFreezeCheckpointLocation::PREPARE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user