mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
After merge fix
This commit is contained in:
@@ -683,7 +683,6 @@ extern pthread_t shutdown_th, main_th, signal_th;
|
||||
#define THD_LIB_LT 4
|
||||
|
||||
extern uint thd_lib_detected;
|
||||
extern uint thr_client_alarm;
|
||||
|
||||
/* statistics_xxx functions are for not essential statistic */
|
||||
|
||||
|
||||
@@ -94,6 +94,7 @@ typedef struct st_alarm {
|
||||
} ALARM;
|
||||
|
||||
extern uint thr_client_alarm;
|
||||
extern pthread_t alarm_thread;
|
||||
|
||||
#define thr_alarm_init(A) (*(A))=0
|
||||
#define thr_alarm_in_use(A) (*(A)!= 0)
|
||||
|
||||
Reference in New Issue
Block a user