Skip to content

Commit b35da7b

Browse files
author
Joe Green
committed
Merge branch 'master' of https://github.com/mrjgreen/db-sync
* 'master' of https://github.com/mrjgreen/db-sync: Update README.md
2 parents 1bb6826 + 8e4e9da commit b35da7b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ Usage: bin/sync source destination
5151
--chunk-size -h="" The comparion hash block size (number of rows)
5252
--columns -c="" Specify a subset of the sync columns to use in the block compariosn hash
5353
--execute -e Perform the data write on non-matching blocks
54-
--foreign-key-checks Enable foreign key checks when writing data (SET FOREIGN_KEY_CHECKS=1)
5554
--function The hash function to use in the block comparison: CRC32, MD5, SHA1
5655
--ignore-columns Sync columns to ignore in the block compariosn hash
5756
--ignore-sync-columns Columns to ignore when syncing and comparing data
@@ -64,7 +63,6 @@ Usage: bin/sync source destination
6463
6564
--tables -t="" The tables to sync
6665
--transfer-size -s="" The number of rows to transfer at once from non-matching blocks
67-
--unique-checks Enable unique key checks (SET UNIQUE_CHECKS=1).
6866
--user -u="" The name of the user to connect with
6967
--where -w="" A WHERE clause to apply against the tables
7068
~~~

0 commit comments

Comments
 (0)