mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge branch '10.5' into '10.6'
This commit is contained in:
@@ -25,6 +25,10 @@
|
||||
#include "my_stacktrace.h"
|
||||
#include <source_revision.h>
|
||||
|
||||
#ifdef WITH_WSREP
|
||||
#include "wsrep_server_state.h"
|
||||
#endif /* WITH_WSREP */
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <crtdbg.h>
|
||||
#include <direct.h>
|
||||
@@ -222,6 +226,10 @@ extern "C" sig_handler handle_fatal_signal(int sig)
|
||||
"the equation.\n\n");
|
||||
}
|
||||
|
||||
#ifdef WITH_WSREP
|
||||
Wsrep_server_state::handle_fatal_signal();
|
||||
#endif /* WITH_WSREP */
|
||||
|
||||
#ifdef HAVE_STACKTRACE
|
||||
thd= current_thd;
|
||||
|
||||
|
Reference in New Issue
Block a user