persist execution id and protect ddl start using execution id

This commit is contained in:
YoungYang0820
2022-11-17 06:35:42 +00:00
committed by wangzelin.wzl
parent 798d3f50d6
commit 6fc4bc4a26
24 changed files with 377 additions and 141 deletions

View File

@ -222,6 +222,8 @@ ObUpdateTableStoreParam::ObUpdateTableStoreParam(
ddl_checkpoint_ts_(0),
ddl_start_log_ts_(0),
ddl_snapshot_version_(0),
ddl_execution_id_(0),
ddl_cluster_version_(0),
tx_data_(),
binding_info_(),
auto_inc_seq_()
@ -250,6 +252,8 @@ ObUpdateTableStoreParam::ObUpdateTableStoreParam(
ddl_checkpoint_ts_(0),
ddl_start_log_ts_(0),
ddl_snapshot_version_(0),
ddl_execution_id_(0),
ddl_cluster_version_(0),
tx_data_(),
binding_info_(),
auto_inc_seq_()
@ -277,6 +281,8 @@ ObUpdateTableStoreParam::ObUpdateTableStoreParam(
ddl_checkpoint_ts_(0),
ddl_start_log_ts_(0),
ddl_snapshot_version_(0),
ddl_execution_id_(0),
ddl_cluster_version_(0),
tx_data_(),
binding_info_(),
auto_inc_seq_()