summaryrefslogtreecommitdiff
path: root/libmysqld
diff options
context:
space:
mode:
authorKristofer Pettersson <kristofer.pettersson@sun.com>2009-07-30 00:44:04 +0200
committerKristofer Pettersson <kristofer.pettersson@sun.com>2009-07-30 00:44:04 +0200
commit7c6ed98f6a55dbc2442e6479d74388cfb946555d (patch)
tree3d73f7077140f6bd8515847d0d055a0507f004bd /libmysqld
parent6b712473c57de48fbcb92ba8163771c5ccf8db69 (diff)
downloadmariadb-git-7c6ed98f6a55dbc2442e6479d74388cfb946555d.tar.gz
Bug#44521 Prepared Statement: CALL p() - crashes: `! thd->main_da.is_sent' failed et.al.
Fixed wrong prototype declaration which cased build failure on solaris.
Diffstat (limited to 'libmysqld')
-rw-r--r--libmysqld/emb_qcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysqld/emb_qcache.h b/libmysqld/emb_qcache.h
index 67413739f2c..ecf91487667 100644
--- a/libmysqld/emb_qcache.h
+++ b/libmysqld/emb_qcache.h
@@ -79,4 +79,4 @@ public:
uint emb_count_querycache_size(THD *thd);
int emb_load_querycache_result(THD *thd, Querycache_stream *src);
void emb_store_querycache_result(Querycache_stream *dst, THD* thd);
-void net_send_eof(THD *thd, uint server_status, uint total_warn_count);
+bool net_send_eof(THD *thd, uint server_status, uint total_warn_count);