Skip to content

Commit 30e0b11

Browse files
committed
resolve conflicts
1 parent fc1c4ea commit 30e0b11

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tidb-lightning/tidb-lightning-configuration.md

-9
Original file line numberDiff line numberDiff line change
@@ -248,10 +248,6 @@ max-allowed-packet = 67_108_864
248248
# these as true in the production environment.
249249
# The execution order: Checksum -> Analyze
250250
[post-restore]
251-
<<<<<<< HEAD
252-
# Performs `ADMIN CHECKSUM TABLE <table>` for each table to verify data integrity.
253-
checksum = true
254-
255251
# Specifies whether to perform `ADMIN CHECKSUM TABLE <table>` for each table to verify data integrity after importing.
256252
# The following options are available:
257253
# - "required" (default value): Perform admin checksum. If checksum fails, TiDB Lightning will exit with failure.
@@ -273,11 +269,6 @@ level-1-compact = false
273269
# TiKV cluster is performed at the end of the import.
274270
# The default value is `false`.
275271
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))
281272

282273
# Configures the background periodic actions.
283274
# Supported units: h (hour), m (minute), s (second).

0 commit comments

Comments
 (0)