Skip to content

Commit c6f6640

Browse files
fix timeout
1 parent 4eefbf3 commit c6f6640

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/ecto/adapters/myxql.ex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -420,8 +420,7 @@ defmodule Ecto.Adapters.MyXQL do
420420
{:ok, contents} ->
421421
args = [
422422
"--batch",
423-
"--init-command",
424-
"SET FOREIGN_KEY_CHECKS = 0;",
423+
"--init-command=SET FOREIGN_KEY_CHECKS = 0;",
425424
"--database",
426425
config[:database]
427426
]

0 commit comments

Comments
 (0)