• unknown's avatar
    After-merge fix for MySQL 5.1.38 merge into MariaDB. · 829c6099
    unknown authored
    Due to a bugfix for enum options in MariaDB, my_getopt parses enums into an ulong.
    However, some new code from MySQL was written to assume enums take an uint.
    
    Fix by using the correct type.
    
    (The new MySQL code in addition had an implicit assumption that my_bool and uint were
    compatible; remove this assumption).
    829c6099
my_getopt.c 36.2 KB