File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ void thr_end_alarm(thr_alarm_t *alarmed)
273273/*
274274 Come here when some alarm in queue is due.
275275 Mark all alarms with are finnished in list.
276- Shedule alarms to be sent again after 1-10 sec (many alarms at once)
276+ Schedule alarms to be sent again after 1-10 sec (many alarms at once)
277277 If alarm_aborted is set then all alarms are given and resent
278278 every second.
279279*/
@@ -425,7 +425,7 @@ void end_thr_alarm(my_bool free_structures)
425425 if (alarm_aborted != 1 )/* If memory not freed */
426426 {
427427 mysql_mutex_lock (& LOCK_alarm );
428- DBUG_PRINT ("info" ,("Resheduling %d waiting alarms" ,alarm_queue .elements ));
428+ DBUG_PRINT ("info" ,("Rescheduling %d waiting alarms" ,alarm_queue .elements ));
429429 alarm_aborted = -1 ;/* mark aborted */
430430 if (alarm_queue .elements || (alarm_thread_running && free_structures ))
431431 {
You can’t perform that action at this time.
0 commit comments