diff --git a/dm/pkg/shardddl/optimism/keeper.go b/dm/pkg/shardddl/optimism/keeper.go index b18ba831faa..f1f0d3dc57c 100644 --- a/dm/pkg/shardddl/optimism/keeper.go +++ b/dm/pkg/shardddl/optimism/keeper.go @@ -41,7 +41,7 @@ type LockKeeper struct { downstreamMetaMap map[string]*DownstreamMeta getDownstreamMetaFunc func(string) (*config.DBConfig, string) - // column name -> source -> upSchema -> upTable -> int + // lockID -> column name -> source -> upSchema -> upTable -> int dropColumns map[string]map[string]map[string]map[string]map[string]DropColumnStage }