[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

@ -643,7 +643,7 @@ DEF_COMMAND(TRANS, remove_lock, 1, "tenant_id ls_id obj_type obj_id lock_mode ow
int64_t create_tx_id = 0;
int64_t op_type = 0;
int64_t lock_op_status = 1; // does not used.
int64_t seq_no = 0;
ObTxSEQ seq_no;
int64_t create_timestamp = 0;
int64_t create_schema_version = 0;
@ -725,7 +725,7 @@ DEF_COMMAND(TRANS, update_lock, 1, "tenant_id ls_id obj_type obj_id lock_mode ow
int64_t lock_op_status = 1;
int64_t commit_version = 0;
int64_t commit_scn = 0;
int64_t seq_no = 0;
ObTxSEQ seq_no;
int64_t create_timestamp = 0;
int64_t create_schema_version = 0;