#At file:///Users/thek/Development/mysql-5.1-bugteam/ based on revid:kristofer.pettersson@stripped
3047 Kristofer Pettersson 2009-07-30
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.
modified:
libmysqld/emb_qcache.h
=== modified file 'libmysqld/emb_qcache.h'
--- a/libmysqld/emb_qcache.h 2007-12-14 13:30:22 +0000
+++ b/libmysqld/emb_qcache.h 2009-07-29 22:44:04 +0000
@@ -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);
Attachment: [text/bzr-bundle]
| Thread |
|---|
| • bzr commit into mysql-5.1-bugteam branch (kristofer.pettersson:3047)Bug#44521 | Kristofer Pettersson | 30 Jul |