diff options
author | unknown <Sinisa@sinisa.nasamreza.org> | 2002-10-05 15:57:18 +0300 |
---|---|---|
committer | unknown <Sinisa@sinisa.nasamreza.org> | 2002-10-05 15:57:18 +0300 |
commit | 987474a6c386bff365469260bd8b258239dcf7b0 (patch) | |
tree | dca582b441b5dbc6c451a34bfc8e929f7cd50acd /Docs | |
parent | 421514ae817446bdb851476c98d1af640fe7ce1c (diff) | |
download | mariadb-git-987474a6c386bff365469260bd8b258239dcf7b0.tar.gz |
Small fix in mysqld_safe for some shells
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 24b6ad6d4a8..29e4cb6758a 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -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. |