Commit 284c97ea authored by unknown's avatar unknown

Fixed slowdown problem on windows

parent 65c63e15
...@@ -572,7 +572,7 @@ bool Protocol::send_fields(List<Item> *list, uint flag) ...@@ -572,7 +572,7 @@ bool Protocol::send_fields(List<Item> *list, uint flag)
#endif #endif
} }
send_eof(thd); send_eof(thd, 1);
DBUG_RETURN(prepare_for_send(list)); DBUG_RETURN(prepare_for_send(list));
err: err:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment