Commit 30e0b11 1 parent fc1c4ea commit 30e0b11 Copy full SHA for 30e0b11
File tree 1 file changed +0
-9
lines changed
1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -248,10 +248,6 @@ max-allowed-packet = 67_108_864
248
248
# these as true in the production environment.
249
249
# The execution order: Checksum -> Analyze
250
250
[post-restore ]
251
- <<<<<<< HEAD
252
- # Performs `ADMIN CHECKSUM TABLE <table>` for each table to verify data integrity.
253
- checksum = true
254
-
255
251
# Specifies whether to perform `ADMIN CHECKSUM TABLE <table>` for each table to verify data integrity after importing.
256
252
# The following options are available:
257
253
# - "required" (default value): Perform admin checksum. If checksum fails, TiDB Lightning will exit with failure.
@@ -273,11 +269,6 @@ level-1-compact = false
273
269
# TiKV cluster is performed at the end of the import.
274
270
# The default value is `false`.
275
271
compact = false
276
- <<<<<<< HEAD
277
- # Performs `ANALYZE TABLE <table>` for each table.
278
- analyze = true
279
- =======
280
- >>>>>>> 73f962dd7 (lightning: update config description of checksum and analyze (#7129))
281
272
282
273
# Configures the background periodic actions.
283
274
# Supported units: h (hour), m (minute), s (second).
You can’t perform that action at this time.
0 commit comments