Below is the list of changes that have just been committed into a local
5.1 repository of msvensson. When msvensson 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
1.2025 06/01/10 16:00:37 msvensson@neptunus.(none) +1 -0
Merge neptunus.(none):/home/msvensson/mysql/wl2930/my50-wl2930-small_fix
into neptunus.(none):/home/msvensson/mysql/wl2930/my51-wl2930-integration
client/mysqltest.c
1.171 06/01/10 16:00:32 msvensson@neptunus.(none) +0 -0
Auto merged
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: msvensson
# Host: neptunus.(none)
# Root: /home/msvensson/mysql/wl2930/my51-wl2930-integration/RESYNC
--- 1.170/client/mysqltest.c 2006-01-10 14:56:40 +01:00
+++ 1.171/client/mysqltest.c 2006-01-10 16:00:32 +01:00
@@ -4207,7 +4207,7 @@
val_len = strlen(val) ;
val_alloc_len = val_len + 16; /* room to grow */
if (!(tmp_var=v) && !(tmp_var = (VAR*)my_malloc(sizeof(*tmp_var)
- + name_len, MYF(MY_WME))))
+ + name_len+1, MYF(MY_WME))))
die("Out of memory");
tmp_var->name = (name) ? (char*) tmp_var + sizeof(*tmp_var) : 0;
| Thread |
|---|
| • bk commit into 5.1 tree (msvensson:1.2025) | msvensson | 10 Jan |