mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +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
|
#endif
|
||||||
|
|
||||||
uint thd_lib_detected;
|
uint thd_lib_detected;
|
||||||
|
uint thr_client_alarm;
|
||||||
|
|
||||||
#ifndef my_pthread_setprio
|
#ifndef my_pthread_setprio
|
||||||
void my_pthread_setprio(pthread_t thread_id,int prior)
|
void my_pthread_setprio(pthread_t thread_id,int prior)
|
||||||
|
|
|
@ -37,7 +37,6 @@
|
||||||
#define ETIME ETIMEDOUT
|
#define ETIME ETIMEDOUT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
uint thr_client_alarm;
|
|
||||||
static int alarm_aborted=1; /* No alarm thread */
|
static int alarm_aborted=1; /* No alarm thread */
|
||||||
my_bool thr_alarm_inited= 0;
|
my_bool thr_alarm_inited= 0;
|
||||||
volatile my_bool alarm_thread_running= 0;
|
volatile my_bool alarm_thread_running= 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue