Skip to content

Commit

Permalink
Update ddl/fktest/foreign_key_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Weizhen Wang <wangweizhen@pingcap.com>
  • Loading branch information
crazycs520 and hawkingrei committed Dec 23, 2022
1 parent 6c708d0 commit fecbf82
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 fecbf82

Please sign in to comment.