diff options
author | unknown <monty@narttu.mysql.fi> | 2003-05-26 13:10:08 +0300 |
---|---|---|
committer | unknown <monty@narttu.mysql.fi> | 2003-05-26 13:10:08 +0300 |
commit | 306b74fcc86b946577aa0a87231d43aac0b20395 (patch) | |
tree | 00814a483a6d179c53200504ba6ad9e43a09712d /include/thr_alarm.h | |
parent | e864f2592de68f04891d9611b0debfb123e8fd88 (diff) | |
download | mariadb-git-306b74fcc86b946577aa0a87231d43aac0b20395.tar.gz |
Fixed core dump bug when shuting down mysqld
Diffstat (limited to 'include/thr_alarm.h')
-rw-r--r-- | include/thr_alarm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/thr_alarm.h b/include/thr_alarm.h index 30825d49158..439f046252f 100644 --- a/include/thr_alarm.h +++ b/include/thr_alarm.h @@ -103,7 +103,7 @@ void init_thr_alarm(uint max_alarm); 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); -void end_thr_alarm(void); +void end_thr_alarm(my_bool free_structures); sig_handler process_alarm(int); #ifndef thr_got_alarm bool thr_got_alarm(thr_alarm_t *alrm); |