[SCN] fix farm failure

This commit is contained in:
obdev
2022-11-28 02:58:33 +00:00
committed by ob-robot
parent 87a9357186
commit 51de5b5911
594 changed files with 9722 additions and 7770 deletions

View File

@ -222,6 +222,8 @@ ObUpdateTableStoreParam::ObUpdateTableStoreParam(
ddl_checkpoint_scn_(),
ddl_start_scn_(),
ddl_snapshot_version_(0),
ddl_execution_id_(0),
ddl_cluster_version_(0),
tx_data_(),
binding_info_(),
auto_inc_seq_()
@ -251,6 +253,8 @@ ObUpdateTableStoreParam::ObUpdateTableStoreParam(
ddl_checkpoint_scn_(),
ddl_start_scn_(),
ddl_snapshot_version_(0),
ddl_execution_id_(0),
ddl_cluster_version_(0),
tx_data_(),
binding_info_(),
auto_inc_seq_()
@ -279,6 +283,8 @@ ObUpdateTableStoreParam::ObUpdateTableStoreParam(
ddl_checkpoint_scn_(),
ddl_start_scn_(),
ddl_snapshot_version_(0),
ddl_execution_id_(0),
ddl_cluster_version_(0),
tx_data_(),
binding_info_(),
auto_inc_seq_()