Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
fb1a54aa
Commit
fb1a54aa
authored
Oct 13, 2006
by
lzhou/root@dev3-138.dev.cn.tlan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG#21296 Add error messages when upgrading data node
parent
a96d7250
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
storage/ndb/src/kernel/error/ErrorReporter.cpp
storage/ndb/src/kernel/error/ErrorReporter.cpp
+5
-1
No files found.
storage/ndb/src/kernel/error/ErrorReporter.cpp
View file @
fb1a54aa
...
...
@@ -25,6 +25,7 @@
#include <NdbHost.h>
#include <NdbConfig.h>
#include <Configuration.hpp>
#include "EventLogger.hpp"
#include <NdbAutoPtr.hpp>
...
...
@@ -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" */
...
...
@@ -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
){
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment