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 @@ -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
852852fast_restart=0
853- # maximum number of restarts before trottling kicks in
853+ # maximum number of restarts before throttling kicks in
854854max_fast_restarts=5
855855# flag whether a usable sleep command exists
856856have_sleep=1
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
You can’t perform that action at this time.
0 commit comments