summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <monty@donna.mysql.com>2001-01-17 11:36:16 +0200
committerunknown <monty@donna.mysql.com>2001-01-17 11:36:16 +0200
commit1fd1a9f505a52f06c088cd5dea359822f87c2161 (patch)
treeda81c132a18417c60b7f19d904538217b3f5b371
parentd486d54b6cd1a24dd7184168c360e42fe8a15fd4 (diff)
downloadmariadb-git-1fd1a9f505a52f06c088cd5dea359822f87c2161.tar.gz
Updated changelogmysql-3.23.31
Docs/manual.texi: Changelog
-rw-r--r--Docs/manual.texi6
1 files changed, 5 insertions, 1 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index 3ea77c1dc26..e2e226ab155 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -40408,7 +40408,11 @@ though, so Version 3.23 is not released as a stable version yet.
@appendixsubsec Changes in release 3.23.31
@itemize @bullet
@item
-Using @code{HAVING} on an empty table could produce one result row.
+The test suite now tests all reachable BDB interface code. During
+testing we found and fixed a lot of errors in the interface code.
+@item
+Using @code{HAVING} on an empty table could produce one result row when
+it shouldn't.
@item
Fixed that the @strong{MySQL} RPM is not depending on perl5 anymore.
@item