fix setting wrong execution id
This commit is contained in:
committed by
wangzelin.wzl
parent
8e7d355cc2
commit
63f031234b
@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user