1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-21 16:03:24 +03:00

further reduce diffs to 5.5, monty review

This commit is contained in:
Vladislav Vaintroub
2012-01-24 19:18:22 +01:00
parent d50649ecf7
commit 398c935db3
12 changed files with 31 additions and 24 deletions

View File

@@ -93,7 +93,6 @@ typedef struct st_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)
void init_thr_alarm(uint max_alarm);