Commit b7bb96dd authored by gshchepa/uchum@gleb.loc's avatar gshchepa/uchum@gleb.loc

Merge gshchepa@bk-internal.mysql.com:/home/bk/mysql-5.0-opt

into  gleb.loc:/home/uchum/work/bk/5.0-opt
parents 6c985ff9 b0496c89
...@@ -795,6 +795,7 @@ int field_conv(Field *to,Field *from) ...@@ -795,6 +795,7 @@ int field_conv(Field *to,Field *from)
from->val_int() == 0) from->val_int() == 0)
{ {
((Field_enum *)(to))->store_type(0); ((Field_enum *)(to))->store_type(0);
return 0;
} }
else if ((from->result_type() == STRING_RESULT && else if ((from->result_type() == STRING_RESULT &&
(to->result_type() == STRING_RESULT || (to->result_type() == STRING_RESULT ||
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment