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)
273
273
/*
274
274
Come here when some alarm in queue is due.
275
275
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)
277
277
If alarm_aborted is set then all alarms are given and resent
278
278
every second.
279
279
*/
@@ -425,7 +425,7 @@ void end_thr_alarm(my_bool free_structures)
425
425
if (alarm_aborted != 1 ) /* If memory not freed */
426
426
{
427
427
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 ));
429
429
alarm_aborted = -1 ; /* mark aborted */
430
430
if (alarm_queue .elements || (alarm_thread_running && free_structures ))
431
431
{
You can’t perform that action at this time.
0 commit comments