[master] change seq_no to ObTxSEQ

This commit is contained in:
chinaxing
2023-08-10 06:12:31 +00:00
committed by ob-robot
parent 116871fc10
commit ea61a471d1
134 changed files with 793 additions and 648 deletions

View File

@ -119,7 +119,7 @@ public:
msg.timestamp_ = op_sn_;
msg.epoch_ = -1;
msg.request_id_ = op_sn_;
msg.savepoint_ = 1;
msg.savepoint_ = ObTxSEQ(1, 0);
msg.op_sn_ = op_sn_;
msg.branch_id_ = 1;
msg.tx_ptr_ = tx;