Loading storage/ndb/src/kernel/error/ErrorReporter.cpp +5 −1 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ #include <NdbHost.h> #include <NdbConfig.h> #include <Configuration.hpp> #include "EventLogger.hpp" #include <NdbAutoPtr.hpp> Loading @@ -40,7 +41,7 @@ static void dumpJam(FILE* jamStream, Uint32 thrdTheEmulatedJamIndex, Uint8 thrdTheEmulatedJam[]); extern EventLogger g_eventLogger; const char* ErrorReporter::formatTimeStampString(){ TimeModule DateTime; /* To create "theDateTimeString" */ Loading Loading @@ -196,6 +197,9 @@ ErrorReporter::handleError(int messageID, WriteMessage(messageID, problemData, objRef, theEmulatedJamIndex, theEmulatedJam); g_eventLogger.info(problemData); g_eventLogger.info(objRef); childReportError(messageID); if(messageID == NDBD_EXIT_ERROR_INSERT){ Loading Loading
storage/ndb/src/kernel/error/ErrorReporter.cpp +5 −1 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ #include <NdbHost.h> #include <NdbConfig.h> #include <Configuration.hpp> #include "EventLogger.hpp" #include <NdbAutoPtr.hpp> Loading @@ -40,7 +41,7 @@ static void dumpJam(FILE* jamStream, Uint32 thrdTheEmulatedJamIndex, Uint8 thrdTheEmulatedJam[]); extern EventLogger g_eventLogger; const char* ErrorReporter::formatTimeStampString(){ TimeModule DateTime; /* To create "theDateTimeString" */ Loading Loading @@ -196,6 +197,9 @@ ErrorReporter::handleError(int messageID, WriteMessage(messageID, problemData, objRef, theEmulatedJamIndex, theEmulatedJam); g_eventLogger.info(problemData); g_eventLogger.info(objRef); childReportError(messageID); if(messageID == NDBD_EXIT_ERROR_INSERT){ Loading