1. 18 Feb, 2008 1 commit
    • 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
  2. 05 Feb, 2008 2 commits
  3. 04 Feb, 2008 9 commits
  4. 03 Feb, 2008 2 commits
  5. 02 Feb, 2008 1 commit
  6. 01 Feb, 2008 18 commits
  7. 31 Jan, 2008 6 commits
  8. 30 Jan, 2008 1 commit