Skip to content

Commit 4eefbf3

Browse files
fix timeout
1 parent 732fb60 commit 4eefbf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/ecto/adapters/myxql.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,7 @@ defmodule Ecto.Adapters.MyXQL do
419419
case File.read(path) do
420420
{:ok, contents} ->
421421
args = [
422+
"--batch",
422423
"--init-command",
423424
"SET FOREIGN_KEY_CHECKS = 0;",
424425
"--database",

0 commit comments

Comments
 (0)