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 | 842f095d50d413adc78ca716252ff12e9819675a (patch) | |
tree | 73cea0a807cb1607068551de99c93dd13ae98797 /Docs | |
parent | b58205f1b45d42caa4d8d6ca9eeb35dc59804618 (diff) | |
download | mariadb-git-842f095d50d413adc78ca716252ff12e9819675a.tar.gz |
- added missing changelog entry to manual.teximysql-3.23.53
Docs/manual.texi:
- added missing changelog entry
- fixed typo
Diffstat (limited to 'Docs')
-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. |