1
0
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:
istruewing@chilla.local
2007-02-02 10:01:44 +01:00
parent 33e1d1091a
commit 3a664472de
4 changed files with 1 additions and 8 deletions

View File

@@ -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 */

View File

@@ -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)