mirror of
https://github.com/MariaDB/server.git
synced 2026-04-29 03:35:34 +02:00
Post merge fix
This commit is contained in:
parent
1d3d4d0d01
commit
a2139d0254
2 changed files with 0 additions and 5 deletions
|
|
@ -29,8 +29,6 @@
|
|||
#define SCHED_POLICY SCHED_OTHER
|
||||
#endif
|
||||
|
||||
uint thd_lib_detected= 0;
|
||||
|
||||
uint thd_lib_detected;
|
||||
|
||||
#ifndef my_pthread_setprio
|
||||
|
|
|
|||
|
|
@ -599,9 +599,6 @@ pthread_mutex_t LOCK_server_started;
|
|||
pthread_cond_t COND_server_started;
|
||||
|
||||
int mysqld_server_started= 0;
|
||||
#ifndef EMBEDDED_LIBRARY
|
||||
static uint thr_kill_signal;
|
||||
#endif
|
||||
|
||||
File_parser_dummy_hook file_parser_dummy_hook;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue