summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authormonty@mashka.mysql.fi <>2002-09-10 20:56:38 +0300
committermonty@mashka.mysql.fi <>2002-09-10 20:56:38 +0300
commit75a39efa416cc9db479a1902ecb03a9772e85ebb (patch)
tree96c596cdf0317e244b006d7e9a2164d470e26ddf /Docs
parente63f6cd2c5c035249a7a2ec9b9ceaa2b353d9578 (diff)
downloadmariadb-git-75a39efa416cc9db479a1902ecb03a9772e85ebb.tar.gz
Fixed changelog
Diffstat (limited to 'Docs')
-rw-r--r--Docs/manual.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index c90cfc2c154..4e0e9179bec 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -46930,7 +46930,7 @@ not yet 100% confident in this code.
@itemize @bullet
@item
Changed @code{AND/OR} to report that they can return NULL. This fixes a
-small problem in @code{GROUP BY} on @code{AND/OR} expression that return
+bug in @code{GROUP BY} on @code{AND/OR} expression that return
@code{NULL}.
@item
Fixed a bug that @code{OPTIMIZE} of locked and modified MyISAM table,
@@ -47053,6 +47053,9 @@ Linux-x86 binaries.
@appendixsubsec Changes in release 3.23.50
@itemize @bullet
@item
+Fixed buffer overflow problem if someone specified a too long datadir
+parameter to mysqld.
+@item
Fixed problem with @code{crash-me} and gcc 3.0.4.
@item
Fixed that @code{@@@@unknown_variable} doesn't hang server.