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
1baac2a7
Commit
1baac2a7
authored
Jul 11, 2004
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into mysql.com:/home/jonas/src/mysql-4.1-ndb
parents
24f137a8
98083dd6
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
57 additions
and
32 deletions
+57
-32
ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp
ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp
+12
-0
ndb/src/kernel/blocks/qmgr/QmgrMain.cpp
ndb/src/kernel/blocks/qmgr/QmgrMain.cpp
+9
-0
ndb/test/run-test/daily-basic-tests.txt
ndb/test/run-test/daily-basic-tests.txt
+36
-0
ndb/test/run-test/daily-devel-tests.txt
ndb/test/run-test/daily-devel-tests.txt
+0
-32
No files found.
ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp
View file @
1baac2a7
...
@@ -2313,6 +2313,18 @@ void Ndbcntr::execWAIT_GCP_REF(Signal* signal){
...
@@ -2313,6 +2313,18 @@ void Ndbcntr::execWAIT_GCP_REF(Signal* signal){
void
Ndbcntr
::
execWAIT_GCP_CONF
(
Signal
*
signal
){
void
Ndbcntr
::
execWAIT_GCP_CONF
(
Signal
*
signal
){
jamEntry
();
jamEntry
();
ndbrequire
(
StopReq
::
getSystemStop
(
c_stopRec
.
stopReq
.
requestInfo
));
NodeState
newState
(
NodeState
::
SL_STOPPING_3
,
true
);
/**
* Inform QMGR so that arbitrator won't kill us
*/
NodeStateRep
*
rep
=
(
NodeStateRep
*
)
&
signal
->
theData
[
0
];
rep
->
nodeState
=
newState
;
rep
->
nodeState
.
masterNodeId
=
cmasterNodeId
;
rep
->
nodeState
.
setNodeGroup
(
c_nodeGroup
);
EXECUTE_DIRECT
(
QMGR
,
GSN_NODE_STATE_REP
,
signal
,
NodeStateRep
::
SignalLength
);
if
(
StopReq
::
getPerformRestart
(
c_stopRec
.
stopReq
.
requestInfo
)){
if
(
StopReq
::
getPerformRestart
(
c_stopRec
.
stopReq
.
requestInfo
)){
jam
();
jam
();
StartOrd
*
startOrd
=
(
StartOrd
*
)
&
signal
->
theData
[
0
];
StartOrd
*
startOrd
=
(
StartOrd
*
)
&
signal
->
theData
[
0
];
...
...
ndb/src/kernel/blocks/qmgr/QmgrMain.cpp
View file @
1baac2a7
...
@@ -2311,6 +2311,15 @@ void Qmgr::execPREP_FAILCONF(Signal* signal)
...
@@ -2311,6 +2311,15 @@ void Qmgr::execPREP_FAILCONF(Signal* signal)
* Continues via sendCommitFailReq() if successful.
* Continues via sendCommitFailReq() if successful.
*/
*/
arbitRec
.
failureNr
=
cfailureNr
;
arbitRec
.
failureNr
=
cfailureNr
;
const
NodeState
&
s
=
getNodeState
();
if
(
s
.
startLevel
==
NodeState
::
SL_STOPPING_3
&&
s
.
stopping
.
systemShutdown
){
jam
();
/**
* We're performing a system shutdown,
* don't let artibtrator shut us down
*/
return
;
}
handleArbitCheck
(
signal
);
handleArbitCheck
(
signal
);
return
;
return
;
}
//Qmgr::execPREP_FAILCONF()
}
//Qmgr::execPREP_FAILCONF()
...
...
ndb/test/run-test/daily-basic-tests.txt
View file @
1baac2a7
...
@@ -794,3 +794,39 @@ max-time: 300
...
@@ -794,3 +794,39 @@ max-time: 300
cmd: testBlobs
cmd: testBlobs
args:
args:
max-time: 2500
cmd: testOIBasic
args:
#
#
# SYSTEM RESTARTS
#
max-time: 1500
cmd: testSystemRestart
args: -n SR1 T1
max-time: 1500
cmd: testSystemRestart
args: -n SR1 T6
max-time: 1500
cmd: testSystemRestart
args: -n SR1 T7
max-time: 1500
cmd: testSystemRestart
args: -n SR1 T8
max-time: 1500
cmd: testSystemRestart
args: -n SR2 T1
max-time: 1500
cmd: testSystemRestart
args: -n SR2 T6
max-time: 1500
cmd: testSystemRestart
args: -n SR2 T7
ndb/test/run-test/daily-devel-tests.txt
View file @
1baac2a7
...
@@ -37,34 +37,6 @@ args: -n SingleUserMode T1
...
@@ -37,34 +37,6 @@ args: -n SingleUserMode T1
#
#
# SYSTEM RESTARTS
# SYSTEM RESTARTS
#
#
max-time: 1500
cmd: testSystemRestart
args: -n SR1 T1
max-time: 1500
cmd: testSystemRestart
args: -n SR1 T6
max-time: 1500
cmd: testSystemRestart
args: -n SR1 T7
max-time: 1500
cmd: testSystemRestart
args: -n SR1 T8
max-time: 1500
cmd: testSystemRestart
args: -n SR2 T1
max-time: 1500
cmd: testSystemRestart
args: -n SR2 T6
max-time: 1500
cmd: testSystemRestart
args: -n SR2 T7
max-time: 1500
max-time: 1500
cmd: testSystemRestart
cmd: testSystemRestart
args: -n SR_UNDO T1
args: -n SR_UNDO T1
...
@@ -230,7 +202,3 @@ max-time: 2500
...
@@ -230,7 +202,3 @@ max-time: 2500
cmd: test_event
cmd: test_event
args: -n BasicEventOperation T1 T6
args: -n BasicEventOperation T1 T6
max-time: 2500
cmd: testOIBasic
args:
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