Skip to content

Commit 16cdfed

Browse files
fix timeout
1 parent cc61069 commit 16cdfed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/ecto/adapters/myxql.ex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,10 @@ defmodule Ecto.Adapters.MyXQL do
610610

611611
{^port, {:exit_status, status}} ->
612612
{acc, status}
613+
614+
{^port, other} ->
615+
IO.inspect other
616+
{acc, other}
613617
end
614618
end
615619
end

0 commit comments

Comments
 (0)