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
0a69e028
Commit
0a69e028
authored
Jun 03, 2004
by
joreland@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for 3910
parent
e22b3f24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
ndb/src/kernel/Main.cpp
ndb/src/kernel/Main.cpp
+8
-0
No files found.
ndb/src/kernel/Main.cpp
View file @
0a69e028
...
...
@@ -91,6 +91,7 @@ NDB_MAIN(ndb_kernel){
* Parent
*/
catchsigs
(
true
);
int
status
=
0
;
while
(
waitpid
(
child
,
&
status
,
0
)
!=
child
);
if
(
WIFEXITED
(
status
)){
...
...
@@ -112,6 +113,13 @@ NDB_MAIN(ndb_kernel){
globalData
.
theRestartFlag
=
perform_start
;
break
;
default:
if
(
theConfig
->
stopOnError
()){
/**
* Error shutdown && stopOnError()
*/
exit
(
0
);
}
// Fall-through
case
NRT_DoStart_Restart
:
theConfig
->
setInitialStart
(
false
);
globalData
.
theRestartFlag
=
perform_start
;
...
...
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