• guilhem@gbichot4.local's avatar
    Fix for server bug experienced in Maria (wrong "Truncated incorrect <var_name> · 9e2b31b0
    guilhem@gbichot4.local authored
    value" error even though the value was correct): a C function in my_getopt.c
    was taking bool* in parameter and was called from C++ sql_plugin.cc,
    but on some Mac OS X sizeof(bool) is 1 in C and 4 in C++, giving funny
    mismatches. Fixed, all other occurences of bool in C are removed, future
    ones are blocked by a "C-bool-catcher" in my_global.h (use my_bool).
    9e2b31b0
my_global.h 49 KB