From 3d21a8cf0b0708fe38dda9898a1bb4c7a44a61a9 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 9 Oct 2002 22:16:40 +0200 Subject: [PATCH] - added missing changelog entry to manual.texi Docs/manual.texi: - added missing changelog entry - fixed typo --- Docs/manual.texi | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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.