From 3a571c7c135b9e9707e09ace4058d00ed6935fd1 Mon Sep 17 00:00:00 2001 From: "monty@hundin.mysql.fi" <> Date: Tue, 26 Mar 2002 13:24:50 +0200 Subject: Fixed overflow bug --- Docs/manual.texi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Docs') diff --git a/Docs/manual.texi b/Docs/manual.texi index 1fa5f026925..107f26b2fa5 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -46913,6 +46913,8 @@ not yet 100% confident in this code. @appendixsubsec Changes in release 3.23.50 @itemize @bullet @item +Fixed some buffer overflow problems when reading startup parameters. +@item Because of problems on shutdown we have now disabled named pipes on windows by default. One can enable this with by starting mysqld with @code{--enable-named-pipe}. -- cgit v1.2.1