mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
Fix a linkage problem with the previous patch for "thr_client_alarm".
This commit is contained in:
parent
aa59e423d7
commit
0ba571bac3
2 changed files with 1 additions and 1 deletions
|
@ -32,6 +32,7 @@
|
|||
#endif
|
||||
|
||||
uint thd_lib_detected;
|
||||
uint thr_client_alarm;
|
||||
|
||||
#ifndef my_pthread_setprio
|
||||
void my_pthread_setprio(pthread_t thread_id,int prior)
|
||||
|
|
|
@ -37,7 +37,6 @@
|
|||
#define ETIME ETIMEDOUT
|
||||
#endif
|
||||
|
||||
uint thr_client_alarm;
|
||||
static int alarm_aborted=1; /* No alarm thread */
|
||||
my_bool thr_alarm_inited= 0;
|
||||
volatile my_bool alarm_thread_running= 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue