1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

- added missing changelog entry to manual.texi

Docs/manual.texi:
   - added missing changelog entry
   - fixed typo
This commit is contained in:
unknown
2002-10-09 22:16:40 +02:00
parent c05fc9fa31
commit 3d21a8cf0b

View File

@ -46933,10 +46933,13 @@ not yet 100% confident in this code.
@appendixsubsec Changes in release 3.23.53 @appendixsubsec Changes in release 3.23.53
@itemize @bullet @itemize @bullet
@item @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 Fixed possible memory corruption bug in binary log file handling when
slave rotated the logs (only affected 3.23, not 4.0). slave rotated the logs (only affected 3.23, not 4.0).
@item @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. database that contains upper case letters.
@item @item
Fixed that @code{--skip-show-databases} doesn't reset the @code{--port} option. Fixed that @code{--skip-show-databases} doesn't reset the @code{--port} option.