• gshchepa/uchum@gleb.loc's avatar
    Fixed bug #29360. · 13844b25
    gshchepa/uchum@gleb.loc authored
    The special `zero' enum value was coerced to the normal
    empty string enum value during a field-to-field copy.
    This bug affected CREATE ... SELECT statements and
    SELECT aggregate GROUP BY enum field statements.
    
    Also this bug made unnecessary warnings during
    the execution of CREATE ... SELECT statements:
    Warning       1265    Data truncated for column...
    13844b25
field_conv.cc 23.2 KB