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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
eeae012b
Commit
eeae012b
authored
Sep 10, 2004
by
tomas@poseidon.(none)
Browse files
Options
Browse Files
Download
Plain Diff
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
into poseidon.(none):/home/tomas/mysql-4.1-ndb-merge
parents
513805d8
8df4fa5d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
7 deletions
+5
-7
mysql-test/r/mysql_protocols.result
mysql-test/r/mysql_protocols.result
+2
-2
ndb/src/ndbapi/ClusterMgr.cpp
ndb/src/ndbapi/ClusterMgr.cpp
+3
-5
No files found.
mysql-test/r/mysql_protocols.result
View file @
eeae012b
...
...
@@ -4,6 +4,6 @@ TCP
ok
SOCKET
ok
ERROR 2047: Wrong or unknown protocol
ERROR 2047: Wrong or unknown protocol
ERROR 2047
(HY000)
: Wrong or unknown protocol
ERROR 2047
(HY000)
: Wrong or unknown protocol
Unknown option to protocol: NullS
ndb/src/ndbapi/ClusterMgr.cpp
View file @
eeae012b
...
...
@@ -452,13 +452,11 @@ ClusterMgr::reportNodeFailed(NodeId nodeId){
theNode
.
nfCompleteRep
=
false
;
if
(
noOfConnectedNodes
==
0
){
Uint32
theData
[
1
];
NFCompleteRep
*
rep
=
(
NFCompleteRep
*
)
&
theData
[
0
];
NFCompleteRep
rep
;
for
(
Uint32
i
=
1
;
i
<
MAX_NODES
;
i
++
){
if
(
theNodes
[
i
].
defined
&&
theNodes
[
i
].
nfCompleteRep
==
false
){
rep
->
failedNodeId
=
i
;
execNF_COMPLETEREP
(
theData
);
rep
.
failedNodeId
=
i
;
execNF_COMPLETEREP
(
(
Uint32
*
)
&
rep
);
}
}
}
...
...
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