Below is the list of changes that have just been committed into a local
5.2 repository of bar. When bar 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-06-20 14:15:23+05:00, bar@stripped +1 -0
item_create.cc:
After merge fix:
Initialization of the "len" variable got
lost during merge.
Adding initialization.
sql/item_create.cc@stripped, 2007-06-20 14:14:41+05:00, bar@stripped +1 -0
After merge fix:
Initialization of the "len" variable got
lost during merge.
Adding initialization.
# 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: bar
# Host: bar.myoffice.izhnet.ru
# Root: /home/bar/mysql-work/mysql-5.2-rpl
--- 1.81/sql/item_create.cc 2007-06-19 15:58:50 +05:00
+++ 1.82/sql/item_create.cc 2007-06-20 14:14:41 +05:00
@@ -5001,6 +5001,7 @@ create_func_cast(THD *thd, Item *a, Cast
}
case ITEM_CAST_CHAR:
{
+ len= c_len ? atoi(c_len) : -1;
res= create_func_char_cast(thd, a, len, cs);
break;
}
| Thread |
|---|
| • bk commit into 5.2 tree (bar:1.2523) | bar | 20 Jun |