diff options
author | unknown <lenz@mysql.com> | 2002-10-09 13:50:48 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2002-10-09 13:50:48 +0200 |
commit | 9909173b4a48af8c86f100982cfc6bcb9ef1ad26 (patch) | |
tree | 68165fce00a588c23322cc90175861f54924c717 /Docs | |
parent | 7cd5626c7059defa60ab1529d18d5e3b8c7cfe1b (diff) | |
download | mariadb-git-9909173b4a48af8c86f100982cfc6bcb9ef1ad26.tar.gz |
- Fixed typo in 3.23.53 changelog entry in manual.texi
Docs/manual.texi:
- fixed typo in changelog entry (thanks to Jocelyn Fournier for spotting
this)
Diffstat (limited to 'Docs')
-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 |