Skip to content

Commit a74028d

Browse files
committed
Bug#33903639 Fix spell of log messages in mysql_safe
Fix some spelling mistakes in mysqld_safe. Based on contribution from bin wang. Change-Id: Ia4a7e99f3b42d754dd7db6c5470381e41ec9d368
1 parent 1df69b2 commit a74028d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/mysqld_safe.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ log_notice "Starting $MYSQLD daemon with databases from $DATADIR"
850850

851851
# variable to track the current number of "fast" (a.k.a. subsecond) restarts
852852
fast_restart=0
853-
# maximum number of restarts before trottling kicks in
853+
# maximum number of restarts before throttling kicks in
854854
max_fast_restarts=5
855855
# flag whether a usable sleep command exists
856856
have_sleep=1
@@ -922,7 +922,7 @@ do
922922
sleep_state=$?
923923
if test $sleep_state -gt 0
924924
then
925-
log_notice "The server is respawning too fast and no working sleep command. Turning off trottling."
925+
log_notice "The server is respawning too fast and in addition no working 'sleep' command was found. Turning off throttling."
926926
have_sleep=0
927927
fi
928928

0 commit comments

Comments
 (0)