fix setting wrong execution id

This commit is contained in:
Charles0429
2022-11-23 12:07:20 +00:00
committed by wangzelin.wzl
parent 8e7d355cc2
commit 63f031234b

View File

@ -315,7 +315,7 @@ int ObTabletMeta::init(
ddl_start_log_ts_ = old_tablet_meta.ddl_start_log_ts_;
ddl_snapshot_version_ = old_tablet_meta.ddl_snapshot_version_;
max_sync_storage_schema_version_ = max_sync_storage_schema_version;
ddl_execution_id_ = old_tablet_meta.ddl_checkpoint_ts_;
ddl_execution_id_ = old_tablet_meta.ddl_execution_id_;
ddl_cluster_version_ = old_tablet_meta.ddl_cluster_version_;
if (OB_SUCC(ret)) {