From fff60e3a86a7f5a02dbf273464e1ccc2d40c94fe Mon Sep 17 00:00:00 2001 From: "monty@mashka.mysql.fi" <> Date: Wed, 25 Jun 2003 19:43:06 +0300 Subject: [PATCH] Fixed slowdown problem on windows --- sql/protocol.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/protocol.cc b/sql/protocol.cc index 1d730836d6e..1a1d1f0a585 100644 --- a/sql/protocol.cc +++ b/sql/protocol.cc @@ -572,7 +572,7 @@ bool Protocol::send_fields(List *list, uint flag) #endif } - send_eof(thd); + send_eof(thd, 1); DBUG_RETURN(prepare_for_send(list)); err: