1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

fix bug for slave..

This commit is contained in:
vva@genie.(none)
2002-09-09 14:40:24 +05:00
parent c29fa93f54
commit 098f4afa91
2 changed files with 2 additions and 1 deletions

View File

@@ -80,3 +80,4 @@ worm@altair.is.lan
zak@balfor.local
zak@linux.local
zgreant@mysql.com
vva@genie.(none)

View File

@@ -688,7 +688,7 @@ bool thr_got_alarm(thr_alarm_t *alrm_ptr)
void thr_end_alarm(thr_alarm_t *alrm_ptr)
{
thr_alarm_t alrm= *alrm_ptr;
if (alrm->crono)
if (alarm && alrm->crono)
{
KillTimer(NULL, alrm->crono);
alrm->crono = 0;