• marko's avatar
    Implement InnoDB assertions (ut_a and ut_error) with abort() when · 749f72da
    marko authored
    the code is compiled with GCC 3 or later on other platforms than
    Windows or Netware.  Also disable the variable ut_dbg_stop_threads
    and the function ut_dbg_stop_thread() in this case, unless
    UNIV_SYNC_DEBUG is defined.  This should allow the compiler to
    generate more compact code for assertions.
    749f72da
ut0dbg.c 2.7 KB