1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

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: