• Sergei Golubchik's avatar
    win32: compilation failures, maria.test failure · a58d2005
    Sergei Golubchik authored
    include/my_global.h:
      enable compile_time_assert for all compilers
    include/waiting_threads.h:
      1. don't #extern "C" system includes, they don't like it.
      2. remove any padding from WT_RESOURCE_ID structure - we want
      to compare it with memcmp
    mysys/waiting_threads.c:
      assert that WT_RESOURCE_ID can be compared with memcmp
      and has no random padding bytes
    a58d2005
waiting_threads.h 5.13 KB