summaryrefslogtreecommitdiff
path: root/sql/protocol.cc
diff options
context:
space:
mode:
authorunknown <monty@mashka.mysql.fi>2003-06-25 19:43:06 +0300
committerunknown <monty@mashka.mysql.fi>2003-06-25 19:43:06 +0300
commit284c97eaee274628bc422ee6ef311c5f4b7da195 (patch)
tree31a3f26f4f3a9d9505c501d2c5e0dc12744d9d96 /sql/protocol.cc
parent65c63e15c995e345a41bafe27849f62bd8f65afe (diff)
downloadmariadb-git-284c97eaee274628bc422ee6ef311c5f4b7da195.tar.gz
Fixed slowdown problem on windows
Diffstat (limited to 'sql/protocol.cc')
-rw-r--r--sql/protocol.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/protocol.cc b/sql/protocol.cc
index 1d730836d6e..1a1d1f0a585 100644
--- a/sql/protocol.cc
+++ b/sql/protocol.cc
@@ -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: