• unknown's avatar
    After-merge fix for MySQL 5.1.38 merge into MariaDB. · fabf552c
    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).
    fabf552c
sql_plugin.cc 98.8 KB