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
3046 Kristofer Pettersson 2009-07-29 [merge]
auto-merge
modified:
mysql-test/r/create.result
mysql-test/r/partition.result
mysql-test/suite/rpl/r/rpl_sf.result
mysql-test/suite/rpl/t/rpl_sf.test
mysql-test/t/create.test
mysql-test/t/partition.test
sql/handler.cc
sql/handler.h
sql/item_func.cc
sql/lex.h
sql/sp.cc
sql/sp.h
sql/sql_show.cc
sql/sql_table.cc
sql/sql_yacc.yy
sql/table.cc
sql/table.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 push into mysql-5.1-bugteam branch (kristofer.pettersson:3046 to3047) Bug#44521 | Kristofer Pettersson | 30 Jul |