Commit fff60e3a authored by monty@mashka.mysql.fi's avatar monty@mashka.mysql.fi

Fixed slowdown problem on windows

parent ebfded17
...@@ -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