Skip to content

Commit

Permalink
refine
Browse files Browse the repository at this point in the history
Signed-off-by: crazycs520 <crazycs520@gmail.com>
  • Loading branch information
crazycs520 committed Dec 15, 2022
1 parent c960150 commit d1d14bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/design/2022-06-22-foreign-key.md
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ When doing incremental synchronization, DM should set `foreign_key_checks` sessi

#### BR

When syncing table data to downstream TiDB, BR should `set @@foreign_key_checks=0` in downstream TiDB.
When restore data into TiDB, BR should `set @@foreign_key_checks=0` in TiDB.

## Test Case

Expand Down

0 comments on commit d1d14bc

Please sign in to comment.