Loading Docs/manual.texi +2 −0 Original line number Diff line number Diff line Loading @@ -46929,6 +46929,8 @@ not yet 100% confident in this code. @appendixsubsec Changes in release 3.23.53 @itemize @bullet @item Small fix in mysqld_safe for some shells @item Fixed that @code{SHOW STATUS} doesn't reset @code{Delayed_insert_threads}. @item Fixed core dump bug when using the @code{BINARY} cast on a @code{NULL} value. scripts/safe_mysqld.sh +2 −2 Original line number Diff line number Diff line Loading @@ -269,8 +269,8 @@ do done fi echo "`date +'%y%m%d %H:%M:%S mysqld restarted'`" | tee -a $err_log echo "`date +'%y%m%d %H:%M:%S' mysqld restarted" | tee -a $err_log done echo "`date +'%y%m%d %H:%M:%S mysqld ended'`" | tee -a $err_log echo "`date +'%y%m%d %H:%M:%S'` mysqld ended" | tee -a $err_log echo "" | tee -a $err_log Loading
Docs/manual.texi +2 −0 Original line number Diff line number Diff line Loading @@ -46929,6 +46929,8 @@ not yet 100% confident in this code. @appendixsubsec Changes in release 3.23.53 @itemize @bullet @item Small fix in mysqld_safe for some shells @item Fixed that @code{SHOW STATUS} doesn't reset @code{Delayed_insert_threads}. @item Fixed core dump bug when using the @code{BINARY} cast on a @code{NULL} value.
scripts/safe_mysqld.sh +2 −2 Original line number Diff line number Diff line Loading @@ -269,8 +269,8 @@ do done fi echo "`date +'%y%m%d %H:%M:%S mysqld restarted'`" | tee -a $err_log echo "`date +'%y%m%d %H:%M:%S' mysqld restarted" | tee -a $err_log done echo "`date +'%y%m%d %H:%M:%S mysqld ended'`" | tee -a $err_log echo "`date +'%y%m%d %H:%M:%S'` mysqld ended" | tee -a $err_log echo "" | tee -a $err_log