diff options
author | monty@hundin.mysql.fi <> | 2002-03-26 13:24:50 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-03-26 13:24:50 +0200 |
commit | 3a571c7c135b9e9707e09ace4058d00ed6935fd1 (patch) | |
tree | f04e5f715dc104b0f53025395068dcbbadda8e8c /Docs | |
parent | 133651d62682e4b736d9cd5c51064dcf53cda671 (diff) | |
download | mariadb-git-3a571c7c135b9e9707e09ace4058d00ed6935fd1.tar.gz |
Fixed overflow bug
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 2 |
1 files changed, 2 insertions, 0 deletions
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}. |