Skip to content

Commit

Permalink
Disable feature_schema_change_partial_sync by default
Browse files Browse the repository at this point in the history
  • Loading branch information
w41ter committed Sep 26, 2024
1 parent a00fd2b commit 682ab5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ccr/job.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var (
)

func init() {
flag.BoolVar(&featureSchemaChangePartialSync, "feature_schema_change_partial_sync", true,
flag.BoolVar(&featureSchemaChangePartialSync, "feature_schema_change_partial_sync", false,
"use partial sync when working with schema change")

// The default value is false, since clean tables will erase views unexpectedly.
Expand Down

0 comments on commit 682ab5b

Please sign in to comment.