1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Fixed slowdown problem on windows

This commit is contained in:
unknown
2003-06-25 19:43:06 +03:00
parent 65c63e15c9
commit 284c97eaee

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: