1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

fix_max_connections to resize alarm_queue (Bug #1435)

This commit is contained in:
serg@serg.mylan
2003-10-06 14:11:16 +02:00
parent 0ce865b6b4
commit 2667d7f8cc
5 changed files with 44 additions and 13 deletions

View File

@ -100,6 +100,7 @@ typedef struct st_alarm {
#define thr_alarm_init(A) (*(A))=0
#define thr_alarm_in_use(A) (*(A)!= 0)
void init_thr_alarm(uint max_alarm);
void resize_thr_alarm(uint max_alarms);
my_bool thr_alarm(thr_alarm_t *alarmed, uint sec, ALARM *buff);
void thr_alarm_kill(pthread_t thread_id);
void thr_end_alarm(thr_alarm_t *alarmed);