diff options
author | unknown <monty@mashka.mysql.fi> | 2003-06-25 19:43:06 +0300 |
---|---|---|
committer | unknown <monty@mashka.mysql.fi> | 2003-06-25 19:43:06 +0300 |
commit | 3d4228094a53f2c70928634370311b80c5d8d6f5 (patch) | |
tree | 31a3f26f4f3a9d9505c501d2c5e0dc12744d9d96 /sql/protocol.cc | |
parent | 8dd1c0a96f7ae4c317f841ac85713b41d5df8837 (diff) | |
download | mariadb-git-3d4228094a53f2c70928634370311b80c5d8d6f5.tar.gz |
Fixed slowdown problem on windows
Diffstat (limited to 'sql/protocol.cc')
-rw-r--r-- | sql/protocol.cc | 2 |
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: |