[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

@ -318,6 +318,7 @@ int ObDASUpdateOp::open_op()
ObDASIndexDMLAdaptor<DAS_OP_TABLE_UPDATE, ObDASUpdIterator> upd_adaptor;
upd_adaptor.tx_desc_ = trans_desc_;
upd_adaptor.snapshot_ = snapshot_;
upd_adaptor.write_branch_id_ = write_branch_id_;
upd_adaptor.ctdef_ = upd_ctdef_;
upd_adaptor.rtdef_ = upd_rtdef_;
upd_adaptor.related_ctdefs_ = &related_ctdefs_;