mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
9e2b31b026
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). |
||
---|---|---|
.. | ||
base64-t.c | ||
bitmap-t.c | ||
Makefile.am | ||
my_atomic-t.c |