Commit a2139d02 authored by unknown's avatar unknown

Post merge fix

parent 1d3d4d0d
...@@ -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
......
...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment