summaryrefslogtreecommitdiff
path: root/libmysqld/emb_qcache.cc
diff options
context:
space:
mode:
authorkostja@bodhi.(none) <>2007-12-13 23:58:55 +0300
committerkostja@bodhi.(none) <>2007-12-13 23:58:55 +0300
commit5b80d6a11b4f8945cd2cea18251e9998451ccd8d (patch)
tree5b1e35ecfb3c06d25e3fab02b488f661e7c476d0 /libmysqld/emb_qcache.cc
parent2789a12b6a2e615d9793e770eb9166dd1b891f94 (diff)
downloadmariadb-git-5b80d6a11b4f8945cd2cea18251e9998451ccd8d.tar.gz
Fix broken embedded build (broken by the patch for Bug#12713, first part).
Diffstat (limited to 'libmysqld/emb_qcache.cc')
-rw-r--r--libmysqld/emb_qcache.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysqld/emb_qcache.cc b/libmysqld/emb_qcache.cc
index 17549bfa96b..07b7d82a0cc 100644
--- a/libmysqld/emb_qcache.cc
+++ b/libmysqld/emb_qcache.cc
@@ -447,7 +447,7 @@ int emb_load_querycache_result(THD *thd, Querycache_stream *src)
*prev_row= NULL;
data->embedded_info->prev_ptr= prev_row;
return_ok:
- send_eof(thd);
+ net_send_eof(thd, thd->server_status, thd->total_warn_count);
DBUG_RETURN(0);
err:
DBUG_RETURN(1);