Skip to content

Commit

Permalink
ddl: fix 6.5.6 merge CI (pingcap#49049)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiancaiamao authored Nov 30, 2023
1 parent ff2fcec commit e30242b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ddl/ddl.go
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,7 @@ func newDDL(ctx context.Context, options ...Option) *ddl {
infoCache: opt.InfoCache,
tableLockCkr: deadLockCkr,
etcdCli: opt.EtcdCli,
autoidCli: opt.AutoIDClient,
schemaVersionManager: newSchemaVersionManager(),
waitSchemaSyncedController: newWaitSchemaSyncedController(),
runningJobIDs: make([]string, 0, jobRecordCapacity),
Expand Down

0 comments on commit e30242b

Please sign in to comment.