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
e6f2d500
Commit
e6f2d500
authored
Nov 29, 2005
by
stewart@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix spuling mastaeke.
Goup is not needed to run cluster
parent
c9dc609d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
ndb/src/kernel/blocks/dbdih/DbdihMain.cpp
ndb/src/kernel/blocks/dbdih/DbdihMain.cpp
+4
-4
No files found.
ndb/src/kernel/blocks/dbdih/DbdihMain.cpp
View file @
e6f2d500
...
...
@@ -11569,14 +11569,14 @@ void Dbdih::execCHECKNODEGROUPSREQ(Signal* signal)
break
;
case
CheckNodeGroups
:
:
GetNodeGroupMembers
:
{
ok
=
true
;
Uint32
ownNodeGoup
=
Uint32
ownNodeG
r
oup
=
Sysfile
::
getNodeGroup
(
sd
->
nodeId
,
SYSFILE
->
nodeGroups
);
sd
->
output
=
ownNodeGoup
;
sd
->
output
=
ownNodeG
r
oup
;
sd
->
mask
.
clear
();
NodeGroupRecordPtr
ngPtr
;
ngPtr
.
i
=
ownNodeGoup
;
ngPtr
.
i
=
ownNodeG
r
oup
;
ptrAss
(
ngPtr
,
nodeGroupRecord
);
for
(
Uint32
j
=
0
;
j
<
ngPtr
.
p
->
nodeCount
;
j
++
)
{
jam
();
...
...
@@ -11584,7 +11584,7 @@ void Dbdih::execCHECKNODEGROUPSREQ(Signal* signal)
}
#if 0
for (int i = 0; i < MAX_NDB_NODES; i++) {
if (ownNodeGoup ==
if (ownNodeG
r
oup ==
Sysfile::getNodeGroup(i, SYSFILE->nodeGroups)) {
sd->mask.set(i);
}
...
...
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