We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d76c3b commit ecf52ddCopy full SHA for ecf52dd
lib/ecto/adapters/myxql.ex
@@ -594,6 +594,7 @@ defmodule Ecto.Adapters.MyXQL do
594
Port.command(port, contents)
595
# Use this as a signal to close the port since we cannot
596
# send an exit command to mysql in batch mode
597
+ Process.sleep(10000)
598
Port.command(port, ";SELECT '__ECTO_EOF__';\n")
599
collect_output(port, "")
600
end
0 commit comments