Skip to content

Commit

Permalink
ddl: support referring objects in runningJobs (#54110)
Browse files Browse the repository at this point in the history
close #52795, ref #53246
  • Loading branch information
lance6716 authored Jun 24, 2024
1 parent 3d3afe7 commit 324ee4c
Show file tree
Hide file tree
Showing 13 changed files with 780 additions and 197 deletions.
1 change: 1 addition & 0 deletions pkg/ddl/ddl.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ type DDL interface {
ctx sessionctx.Context,
schema model.CIStr,
info *model.TableInfo,
involvingRef []model.InvolvingSchemaInfo,
cs ...CreateTableWithInfoConfigurier) error

// BatchCreateTableWithInfo is like CreateTableWithInfo, but can handle multiple tables.
Expand Down
Loading

0 comments on commit 324ee4c

Please sign in to comment.