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
47f0a5aa
Commit
47f0a5aa
authored
Apr 29, 2006
by
osku
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
srv_master_thread(): Remove unreachable code.
parent
5d3bf057
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
11 deletions
+2
-11
srv/srv0srv.c
srv/srv0srv.c
+2
-11
No files found.
srv/srv0srv.c
View file @
47f0a5aa
...
@@ -2557,18 +2557,9 @@ srv_master_thread(
...
@@ -2557,18 +2557,9 @@ srv_master_thread(
os_thread_exit
(
NULL
);
os_thread_exit
(
NULL
);
}
}
/* When there is user activity, InnoDB will set the event and the
main
/* When there is user activity, InnoDB will set the event and the
thread goes back to loop:
*/
main thread goes back to loop.
*/
goto
loop
;
goto
loop
;
/* We count the number of threads in os_thread_exit(). A created
thread should always use that to exit and not use return() to exit.
The thread actually never comes here because it is exited in an
os_event_wait(). */
os_thread_exit
(
NULL
);
OS_THREAD_DUMMY_RETURN
;
}
}
#endif
/* !UNIV_HOTBACKUP */
#endif
/* !UNIV_HOTBACKUP */
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