diff options
author | lenz@mysql.com <> | 2002-10-09 13:50:48 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2002-10-09 13:50:48 +0200 |
commit | 6851efff0303cec167735d99f15572cf89b93508 (patch) | |
tree | 68165fce00a588c23322cc90175861f54924c717 /Docs/manual.texi | |
parent | adf7809c04874c65bd3bfdd04e781f9958b87cdf (diff) | |
download | mariadb-git-6851efff0303cec167735d99f15572cf89b93508.tar.gz |
- Fixed typo in 3.23.53 changelog entry in manual.texi
Diffstat (limited to 'Docs/manual.texi')
-rw-r--r-- | Docs/manual.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index e8b9d89e1a2..5446e71c83d 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -46943,7 +46943,7 @@ Fixed that @code{--skip-show-databases} doesn't reset the @code{--port} option. @item Small fix in @code{safe_mysqld} for some shells. @item -Fixed that @code{SHOW STATUS} doesn't reset @code{Delayed_insert_threads}. +Fixed that @code{FLUSH 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 |