mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 19:11:46 +01:00
Dump core if VM_TRACE || ERROR_INSERT
This commit is contained in:
parent
40430a3fea
commit
f75dcd9409
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ NdbShutdown(NdbShutdownType type,
|
|||
|
||||
if(type != NST_Normal && type != NST_Restart){
|
||||
ndbout << "Error handler shutdown completed - " << exitAbort << endl;
|
||||
#if defined VM_TRACE && ( ! ( defined NDB_OSE || defined NDB_SOFTOSE) )
|
||||
#if ( defined VM_TRACE || defined ERROR_INSERT ) && ( ! ( defined NDB_OSE || defined NDB_SOFTOSE) )
|
||||
signal(6, SIG_DFL);
|
||||
abort();
|
||||
#else
|
||||
|
|
Loading…
Add table
Reference in a new issue