diff options
author | monty@hundin.mysql.fi <> | 2002-09-27 12:01:26 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-09-27 12:01:26 +0300 |
commit | 649413f773955b982b8eb963422702a0a8e481db (patch) | |
tree | 13a0ead55d343c4e5286acdbd4dbb57a05eedec1 /Docs | |
parent | 019b5ab7b4bf0f0407681cbe33ff561b362695bc (diff) | |
download | mariadb-git-649413f773955b982b8eb963422702a0a8e481db.tar.gz |
Don't reset Delayed_insert_threads on FLUSH STATUS
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 ac2d569ffc6..24b6ad6d4a8 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 +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. @item Fixed race condition when someone did a @code{GRANT} at the same time a new |