summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2002-10-24 01:29:29 +0300
committermonty@hundin.mysql.fi <>2002-10-24 01:29:29 +0300
commit36afa9a96e04e5621590ffa35a827ce9793d27d3 (patch)
tree448d23d62784643ef8521c8d6a19302bf9b4caf8 /Docs
parentca08ed522c12d54d4dc09301ae796f1619b764f1 (diff)
downloadmariadb-git-36afa9a96e04e5621590ffa35a827ce9793d27d3.tar.gz
Fixed problem with BDB tables and ALTER TABLE
Diffstat (limited to 'Docs')
-rw-r--r--Docs/manual.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index 158db75a407..cb0f2236bb9 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -46930,6 +46930,8 @@ not yet 100% confident in this code.
@appendixsubsec Changes in release 3.23.54
@itemize
@item
+Fixed a problem with BDB and @code{ALTER TABLE}.
+@item
Fixed reference to freed memory when doing complicated @code{GROUP BY
... ORDER BY} queries. Symptom was that @code{mysqld} died in function
@code{send_fields}.