[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

@ -40,13 +40,13 @@ OB_SERIALIZE_MEMBER(ObWriteFlag, flag_);
// effort to sort out these posibilities(listed in the following cases), new
// possibility should be added carefully and remind the owner of the code.
int check_sequence_set_violation(const concurrent_control::ObWriteFlag write_flag,
const int64_t reader_seq_no,
const transaction::ObTxSEQ reader_seq_no,
const transaction::ObTransID writer_tx_id,
const blocksstable::ObDmlFlag writer_dml_flag,
const int64_t writer_seq_no,
const transaction::ObTxSEQ writer_seq_no,
const transaction::ObTransID locker_tx_id,
const blocksstable::ObDmlFlag locker_dml_flag,
const int64_t locker_seq_no)
const transaction::ObTxSEQ locker_seq_no)
{
int ret = OB_SUCCESS;
// TODO(handora.qc): add flag to carefully screen out the different cases. For