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
34aa77dd
Commit
34aa77dd
authored
Apr 07, 2006
by
jonas@perch.ndb.mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge perch.ndb.mysql.com:/home/jonas/src/50-work
into perch.ndb.mysql.com:/home/jonas/src/50-jonas
parents
cb8084d4
0f593995
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
ndb/src/kernel/blocks/qmgr/QmgrMain.cpp
ndb/src/kernel/blocks/qmgr/QmgrMain.cpp
+0
-3
No files found.
ndb/src/kernel/blocks/qmgr/QmgrMain.cpp
View file @
34aa77dd
...
...
@@ -653,7 +653,6 @@ void Qmgr::execCM_REGREQ(Signal* signal)
jam
();
c_start
.
m_president_candidate
=
addNodePtr
.
i
;
c_start
.
m_president_candidate_gci
=
gci
;
ndbout_c
(
"assign candidate: %u %u"
,
addNodePtr
.
i
,
gci
);
}
sendCmRegrefLab
(
signal
,
Tblockref
,
CmRegRef
::
ZELECTION
);
return
;
...
...
@@ -1106,7 +1105,6 @@ void Qmgr::execCM_REGREF(Signal* signal)
signal
->
theData
[
3
]
=
2
;
c_start
.
m_president_candidate
=
candidate
;
c_start
.
m_president_candidate_gci
=
candidate_gci
;
ndbout_c
(
"assign candidate: %u %u"
,
candidate
,
candidate_gci
);
}
else
{
signal
->
theData
[
3
]
=
4
;
}
//if
...
...
@@ -1409,7 +1407,6 @@ void Qmgr::regreqTimeLimitLab(Signal* signal)
{
jam
();
c_start
.
m_president_candidate
=
getOwnNodeId
();
ndbout_c
(
"Assigning candidate to self: %d"
,
getOwnNodeId
());
}
cmInfoconf010Lab
(
signal
);
...
...
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