mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Small fix in mysqld_safe for some shells
This commit is contained in:
parent
421514ae81
commit
987474a6c3
2 changed files with 4 additions and 2 deletions
|
@ -46929,6 +46929,8 @@ not yet 100% confident in this code.
|
||||||
@appendixsubsec Changes in release 3.23.53
|
@appendixsubsec Changes in release 3.23.53
|
||||||
@itemize @bullet
|
@itemize @bullet
|
||||||
@item
|
@item
|
||||||
|
Small fix in mysqld_safe for some shells
|
||||||
|
@item
|
||||||
Fixed that @code{SHOW STATUS} doesn't reset @code{Delayed_insert_threads}.
|
Fixed that @code{SHOW STATUS} doesn't reset @code{Delayed_insert_threads}.
|
||||||
@item
|
@item
|
||||||
Fixed core dump bug when using the @code{BINARY} cast on a @code{NULL} value.
|
Fixed core dump bug when using the @code{BINARY} cast on a @code{NULL} value.
|
||||||
|
|
|
@ -269,8 +269,8 @@ do
|
||||||
done
|
done
|
||||||
fi
|
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
|
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
|
echo "" | tee -a $err_log
|
||||||
|
|
Loading…
Add table
Reference in a new issue