diff options
author | unknown <lenz@mysql.com> | 2002-10-09 22:16:40 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2002-10-09 22:16:40 +0200 |
commit | 3d21a8cf0b0708fe38dda9898a1bb4c7a44a61a9 (patch) | |
tree | 73cea0a807cb1607068551de99c93dd13ae98797 /Docs/manual.texi | |
parent | c05fc9fa31e97a5028beb2c2b43e7d88caf6d49d (diff) | |
download | mariadb-git-3d21a8cf0b0708fe38dda9898a1bb4c7a44a61a9.tar.gz |
- added missing changelog entry to manual.texi
Docs/manual.texi:
- added missing changelog entry
- fixed typo
Diffstat (limited to 'Docs/manual.texi')
-rw-r--r-- | Docs/manual.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 5446e71c83d..247e284f2d0 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -46933,10 +46933,13 @@ not yet 100% confident in this code. @appendixsubsec Changes in release 3.23.53 @itemize @bullet @item +Fixed crash when @code{SHOW INNODB STATUS} was used and @code{skip-innodb} +was defined. +@item Fixed possible memory corruption bug in binary log file handling when slave rotated the logs (only affected 3.23, not 4.0). @item -Fixed problem in @code{LOCK TABLES} on windows when on connects to a +Fixed problem in @code{LOCK TABLES} on windows when one connects to a database that contains upper case letters. @item Fixed that @code{--skip-show-databases} doesn't reset the @code{--port} option. |