1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

field_conv.cc:

Additional fix for bug #29360.
This commit is contained in:
gshchepa/uchum@gleb.loc
2007-07-12 00:55:40 +05:00
parent 13844b2533
commit b01237b9cb

View File

@@ -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 ||