Fixed slowdown problem on windows

This commit is contained in:
monty@mashka.mysql.fi 2003-06-25 19:43:06 +03:00
parent ebfded1764
commit fff60e3a86

View File

@ -572,7 +572,7 @@ bool Protocol::send_fields(List<Item> *list, uint flag)
#endif
}
send_eof(thd);
send_eof(thd, 1);
DBUG_RETURN(prepare_for_send(list));
err: