Skip to content

Commit

Permalink
ddl: re-structure ddl executor part 2 (#55140)
Browse files Browse the repository at this point in the history
ref #54436
  • Loading branch information
D3Hunter authored Aug 2, 2024
1 parent 801d5d6 commit 43e56bd
Show file tree
Hide file tree
Showing 13 changed files with 7,322 additions and 7,128 deletions.
4 changes: 4 additions & 0 deletions pkg/ddl/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ package_group(
go_library(
name = "ddl",
srcs = [
"add_column.go",
"backfilling.go",
"backfilling_clean_s3.go",
"backfilling_dist_executor.go",
Expand All @@ -26,6 +27,7 @@ go_library(
"column.go",
"constant.go",
"constraint.go",
"create_table.go",
"ddl.go",
"ddl_algorithm.go",
"ddl_history.go",
Expand All @@ -43,8 +45,10 @@ go_library(
"index_cop.go",
"index_merge_tmp.go",
"job_scheduler.go",
"job_submitter.go",
"job_worker.go",
"mock.go",
"modify_column.go",
"multi_schema_change.go",
"options.go",
"partition.go",
Expand Down
Loading

0 comments on commit 43e56bd

Please sign in to comment.