summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2002-07-31 16:47:58 +0300
committermonty@hundin.mysql.fi <>2002-07-31 16:47:58 +0300
commit4a88835a1d61463e084e71742e039e10daa37ced (patch)
tree0503cf0eea2fd67cfeb17b0f9803c74ba282c7e0
parentbbb8125a2cad4845a61efe0f63906bd0cb64ec20 (diff)
parent6930e114a18ee87a0854bd6573c957822c5abe8f (diff)
downloadmariadb-git-4a88835a1d61463e084e71742e039e10daa37ced.tar.gz
Merge
-rw-r--r--Docs/manual.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index f6398627e34..14e9e6576c2 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -46937,7 +46937,9 @@ Don't write slave-timeout reconnects to the error log.
@item
Fixed bug with slave net read timeouting
@item
-Fixed bug in ALTERing TABLE of BDB type.
+Fixed a core-dump bug with @code{MERGE] tables and @code{MAX()} function.
+@item
+Fixed bug in @code{ALTER TABLE} with BDB tables.
@item
Fixed bug when logging @code{LOAD DATA INFILE} to binary log with no
active database.