759
756
if (to->pack_length() == from->pack_length() &&
760
757
!(to->flags & UNSIGNED_FLAG && !(from->flags & UNSIGNED_FLAG)) &&
761
758
to->real_type() != MYSQL_TYPE_ENUM &&
763
760
(to->real_type() != MYSQL_TYPE_NEWDECIMAL || (to->field_length == from->field_length && (((Field_num*)to)->dec == ((Field_num*)from)->dec))) &&
764
761
from->charset() == to->charset() &&
765
762
to->table->s->db_low_byte_first == from->table->s->db_low_byte_first &&