Below is the list of changes that have just been committed into a local
5.0 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-12 00:55:40+05:00, gshchepa@stripped +1 -0
field_conv.cc:
Additional fix for bug #29360.
sql/field_conv.cc@stripped, 2007-07-12 00:54:51+05:00, gshchepa@stripped +1 -0
Additional fix for bug #29360.
diff -Nrup a/sql/field_conv.cc b/sql/field_conv.cc
--- a/sql/field_conv.cc 2007-07-12 00:02:39 +05:00
+++ b/sql/field_conv.cc 2007-07-12 00:54:51 +05:00
@@ -795,6 +795,7 @@ int field_conv(Field *to,Field *from)
from->val_int() == 0)
{
((Field_enum *)(to))->store_type(0);
+ return 0;
}
else if ((from->result_type() == STRING_RESULT &&
(to->result_type() == STRING_RESULT ||
| Thread |
|---|
| • bk commit into 5.0 tree (gshchepa:1.2528) BUG#29360 | gshchepa | 11 Jul |