Skip to content

Commit

Permalink
Merge branch 'fk-test-9' of https://github.com/crazycs520/tidb into f…
Browse files Browse the repository at this point in the history
…k-test-9
  • Loading branch information
crazycs520 committed Dec 23, 2022
2 parents 31ec0b9 + fecbf82 commit 604fa76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddl/fktest/foreign_key_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1666,7 +1666,7 @@ func TestAddForeignKeyInBigTable(t *testing.T) {
}

func TestForeignKeyWithCacheTable(t *testing.T) {
store, _ := testkit.CreateMockStoreAndDomain(t)
store := testkit.CreateMockStore(t)
tk := testkit.NewTestKit(t, store)
tk.MustExec("set @@foreign_key_checks=1;")
tk.MustExec("use test")
Expand Down

0 comments on commit 604fa76

Please sign in to comment.