summaryrefslogtreecommitdiff
path: root/Docs/manual.texi
diff options
context:
space:
mode:
authorunknown <monty@mashka.mysql.fi>2002-09-03 16:48:37 +0300
committerunknown <monty@mashka.mysql.fi>2002-09-03 16:48:37 +0300
commita040cf1eb25aaf905972cdf11e6aa762106fce7a (patch)
tree6bdf071925753548518010c1da84f4d3ce0f8de0 /Docs/manual.texi
parentffb97b49948b16ea9e53f544818dedf4b0f11697 (diff)
parent3307f95554d9bca2736d79b970c2f118c66a27ed (diff)
downloadmariadb-git-a040cf1eb25aaf905972cdf11e6aa762106fce7a.tar.gz
Merge
Docs/manual.texi: SCCS merged
Diffstat (limited to 'Docs/manual.texi')
-rw-r--r--Docs/manual.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index ffefdc28409..c90cfc2c154 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -46929,6 +46929,10 @@ not yet 100% confident in this code.
@appendixsubsec Changes in release 3.23.53
@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
+@code{NULL}.
+@item
Fixed a bug that @code{OPTIMIZE} of locked and modified MyISAM table,
reported table corruption.
@item