Skip to content

Commit

Permalink
Update pkg/ccr/job.go
Browse files Browse the repository at this point in the history
  • Loading branch information
w41ter authored Jan 13, 2025
1 parent 8846b0c commit 7eb2173
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 @@ -91,7 +91,7 @@ func init() {
"compress the snapshot job info and meta")
flag.BoolVar(&featureSkipRollupBinlogs, "feature_skip_rollup_binlogs", false,
"skip the rollup related binlogs")
flag.BoolVar(&featureTxnInsert, "feature_txn_insert", true,
flag.BoolVar(&featureTxnInsert, "feature_txn_insert", false,
"enable txn insert support")
flag.BoolVar(&featureFilterStorageMedium, "feature_filter_storage_medium", true,
"enable filter storage medium property")
Expand Down

0 comments on commit 7eb2173

Please sign in to comment.