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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user