Dump core if VM_TRACE || ERROR_INSERT

This commit is contained in:
joreland@mysql.com 2004-08-13 16:41:06 +02:00
parent 40430a3fea
commit f75dcd9409

View file

@ -202,7 +202,7 @@ NdbShutdown(NdbShutdownType type,
if(type != NST_Normal && type != NST_Restart){ if(type != NST_Normal && type != NST_Restart){
ndbout << "Error handler shutdown completed - " << exitAbort << endl; 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); signal(6, SIG_DFL);
abort(); abort();
#else #else