Skip to content

Commit

Permalink
This is an automated cherry-pick of pingcap#45369
Browse files Browse the repository at this point in the history
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
  • Loading branch information
GMHDBJD authored and ti-chi-bot committed Jul 14, 2023
1 parent 2db988e commit 8500c2e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion br/pkg/lightning/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ func NewConfig() *Config {
Checksum: OpLevelRequired,
Analyze: OpLevelOptional,
PostProcessAtLast: true,
ChecksumViaSQL: true,
ChecksumViaSQL: false,
},
}
}
Expand Down
6 changes: 6 additions & 0 deletions br/tests/lightning_add_index/config1.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[tikv-importer]
backend = 'local'
add-index-by-sql = false

[post-restore]
checksum-via-sql = true

0 comments on commit 8500c2e

Please sign in to comment.