Skip to content

Commit ecf52dd

Browse files
test
1 parent 2d76c3b commit ecf52dd

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
@@ -594,6 +594,7 @@ defmodule Ecto.Adapters.MyXQL do
594594
Port.command(port, contents)
595595
# Use this as a signal to close the port since we cannot
596596
# send an exit command to mysql in batch mode
597+
Process.sleep(10000)
597598
Port.command(port, ";SELECT '__ECTO_EOF__';\n")
598599
collect_output(port, "")
599600
end

0 commit comments

Comments
 (0)