diff options
author | unknown <monty@hundin.mysql.fi> | 2002-10-09 12:05:22 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2002-10-09 12:05:22 +0300 |
commit | 38b547257d2cf6a6fbfe50612aeaa609a6634a70 (patch) | |
tree | 9e5ba3fa5f7c7d53f25a83dbfbc9cfcdbbec18a4 /Docs | |
parent | 97a120e16bd929839a24ece52117f2220ad5a358 (diff) | |
download | mariadb-git-38b547257d2cf6a6fbfe50612aeaa609a6634a70.tar.gz |
Fixed bug in LOCK TABLES on windows.
Docs/manual.texi:
Changelog
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 907ab1de62c..e8b9d89e1a2 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -46868,6 +46868,7 @@ users use this code as the rest of the code and because of this we are not yet 100% confident in this code. @menu +* News-3.23.54:: Changes in release 3.23.54 * News-3.23.53:: Changes in release 3.23.53 * News-3.23.52:: Changes in release 3.23.52 * News-3.23.51:: Changes in release 3.23.51 @@ -46925,10 +46926,19 @@ not yet 100% confident in this code. * News-3.23.0:: Changes in release 3.23.0 @end menu -@node News-3.23.53, News-3.23.52, News-3.23.x, News-3.23.x +@node News-3.23.54, News-3.23.53, News-3.23.x, News-3.23.x +@appendixsubsec Changes in release 3.23.54 + +@node News-3.23.53, News-3.23.52, News-3.23.54, News-3.23.x @appendixsubsec Changes in release 3.23.53 @itemize @bullet @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 +database that contains upper case letters. +@item Fixed that @code{--skip-show-databases} doesn't reset the @code{--port} option. @item Small fix in @code{safe_mysqld} for some shells. |