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
a10db839
Commit
a10db839
authored
Aug 13, 2004
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix type for 4115
parent
7b686405
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ndb/src/ndbapi/ndberror.c
ndb/src/ndbapi/ndberror.c
+3
-3
No files found.
ndb/src/ndbapi/ndberror.c
View file @
a10db839
...
...
@@ -91,6 +91,9 @@ ErrorBundle ErrorCodes[] = {
{
4029
,
NR
,
"Node failure caused abort of transaction"
},
{
4031
,
NR
,
"Node failure caused abort of transaction"
},
{
4033
,
NR
,
"Send to NDB failed"
},
{
4115
,
NR
,
"Transaction was committed but all read information was not "
"received due to node crash"
},
/**
* Node shutdown
...
...
@@ -114,9 +117,6 @@ ErrorBundle ErrorCodes[] = {
"Time-out, most likely caused by simple read or cluster failure"
},
{
4024
,
UR
,
"Time-out, most likely caused by simple read or cluster failure"
},
{
4115
,
UR
,
"Transaction was committed but all read information was not "
"received due to node crash"
},
/**
* TemporaryResourceError
...
...
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