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
9e9df36d
Commit
9e9df36d
authored
Apr 26, 2007
by
tomas@whalegate.ndb.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG#25741 AllocNodeIdRef::NodeFailureHandlingNotCompleted
parent
cfbb8672
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
storage/ndb/src/mgmsrv/MgmtSrvr.cpp
storage/ndb/src/mgmsrv/MgmtSrvr.cpp
+2
-1
storage/ndb/src/ndbapi/ndberror.c
storage/ndb/src/ndbapi/ndberror.c
+1
-1
No files found.
storage/ndb/src/mgmsrv/MgmtSrvr.cpp
View file @
9e9df36d
...
...
@@ -2127,7 +2127,8 @@ MgmtSrvr::alloc_node_id_req(NodeId free_node_id, enum ndb_mgm_node_type type)
const
AllocNodeIdRef
*
const
ref
=
CAST_CONSTPTR
(
AllocNodeIdRef
,
signal
->
getDataPtr
());
if
(
ref
->
errorCode
==
AllocNodeIdRef
::
NotMaster
||
ref
->
errorCode
==
AllocNodeIdRef
::
Busy
)
ref
->
errorCode
==
AllocNodeIdRef
::
Busy
||
ref
->
errorCode
==
AllocNodeIdRef
::
NodeFailureHandlingNotCompleted
)
{
do_send
=
1
;
nodeId
=
refToNode
(
ref
->
masterRef
);
...
...
storage/ndb/src/ndbapi/ndberror.c
View file @
9e9df36d
...
...
@@ -470,7 +470,7 @@ ErrorBundle ErrorCodes[] = {
{
1700
,
DMEC
,
IE
,
"Undefined error"
},
{
1701
,
DMEC
,
AE
,
"Node already reserved"
},
{
1702
,
DMEC
,
AE
,
"Node already connected"
},
{
1703
,
DMEC
,
AE
,
"Node failure handling not completed"
},
{
1703
,
DMEC
,
IT
,
"Node failure handling not completed"
},
{
1704
,
DMEC
,
AE
,
"Node type mismatch"
},
/**
...
...
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