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
a2139d02
Commit
a2139d02
authored
Mar 30, 2007
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Post merge fix
parent
1d3d4d0d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
+0
-5
mysys/my_pthread.c
mysys/my_pthread.c
+0
-2
sql/mysqld.cc
sql/mysqld.cc
+0
-3
No files found.
mysys/my_pthread.c
View file @
a2139d02
...
@@ -29,8 +29,6 @@
...
@@ -29,8 +29,6 @@
#define SCHED_POLICY SCHED_OTHER
#define SCHED_POLICY SCHED_OTHER
#endif
#endif
uint
thd_lib_detected
=
0
;
uint
thd_lib_detected
;
uint
thd_lib_detected
;
#ifndef my_pthread_setprio
#ifndef my_pthread_setprio
...
...
sql/mysqld.cc
View file @
a2139d02
...
@@ -599,9 +599,6 @@ pthread_mutex_t LOCK_server_started;
...
@@ -599,9 +599,6 @@ pthread_mutex_t LOCK_server_started;
pthread_cond_t
COND_server_started
;
pthread_cond_t
COND_server_started
;
int
mysqld_server_started
=
0
;
int
mysqld_server_started
=
0
;
#ifndef EMBEDDED_LIBRARY
static
uint
thr_kill_signal
;
#endif
File_parser_dummy_hook
file_parser_dummy_hook
;
File_parser_dummy_hook
file_parser_dummy_hook
;
...
...
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