• vvaintroub@wva.'s avatar
    Bug#31745 - crash handler does not work on Windows · f5932c0d
    vvaintroub@wva. authored
    - Replace per-thread signal()'s with  SetUnhandledExceptionFilter(). 
      The only remaining signal() is for SIGABRT (default abort()
      handler in VS2005 is broken, i.e removes user exception filter)
    - remove MessageBox()'es  from error handling code
    - Windows port for print_stacktrace() and write_core() 
    - Cleanup, removed some unused functions
    f5932c0d
mysqld.cc 287 KB