• igor@rurik.mysql.com's avatar
    Fixed bug #20108. · d9576364
    igor@rurik.mysql.com authored
    Any default value for a enum fields over UCS2 charsets was corrupted
    when we put it into the frm file, as it had been overwritten by its
    HEX representation.
    To fix it now we save a copy of structure that represents the enum
    type and when putting the default values we use this copy. 
    d9576364
field.h 49.4 KB