Below is the list of changes that have just been committed into a local
5.1 repository of uchum. When uchum does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2007-07-29 21:12:54+05:00, gshchepa@stripped +1 -0
sp_head.cc:
Post-merge fix.
sql/sp_head.cc@stripped, 2007-07-29 21:12:17+05:00, gshchepa@stripped +1 -1
Post-merge fix.
diff -Nrup a/sql/sp_head.cc b/sql/sp_head.cc
--- a/sql/sp_head.cc 2007-07-29 14:41:37 +05:00
+++ b/sql/sp_head.cc 2007-07-29 21:12:17 +05:00
@@ -958,7 +958,7 @@ subst_spvars(THD *thd, sp_instr *instr,
query_cache_send_result_to_client function.
*/
buf_len= qbuf.length() + thd->db_length + 1 + QUERY_CACHE_FLAGS_SIZE + 1;
- if ((pbuf= alloc_root(thd->mem_root, buf_len)))
+ if ((pbuf= (char *) alloc_root(thd->mem_root, buf_len)))
{
memcpy(pbuf, qbuf.ptr(), qbuf.length());
pbuf[qbuf.length()]= 0;
| Thread |
|---|
| • bk commit into 5.1 tree (gshchepa:1.2572) | gshchepa | 29 Jul |