[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:
chinaxing
2023-12-16 12:42:52 +00:00
committed by ant-ob-hengtang
parent eaa353f503
commit 438a70b2b8
169 changed files with 8960 additions and 3921 deletions

View File

@ -69,13 +69,13 @@ void ObStoreCtx::reset()
{
ls_id_.reset();
ls_ = nullptr;
branch_ = 0;
tablet_id_.reset();
table_iter_ = nullptr;
table_version_ = INT64_MAX;
timeout_ = -1;
mvcc_acc_ctx_.reset();
tablet_stat_.reset();
replay_log_scn_.set_max();
is_read_store_ctx_ = false;
}