diff options
author | lenz@mysql.com <> | 2002-10-09 22:16:40 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2002-10-09 22:16:40 +0200 |
commit | 023be8ac533fbe4fe6e6fa46cd4c516cc252119e (patch) | |
tree | 73cea0a807cb1607068551de99c93dd13ae98797 /Docs | |
parent | 95cecad7d811627d3a0de37e4f96050c98f77684 (diff) | |
download | mariadb-git-023be8ac533fbe4fe6e6fa46cd4c516cc252119e.tar.gz |
- added missing changelog entry to manual.texi
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. |