summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorserg@sergbook.mysql.com <>2002-11-05 17:10:31 +0100
committerserg@sergbook.mysql.com <>2002-11-05 17:10:31 +0100
commitd4783821badf0758db69cea3f17bf621121fa651 (patch)
tree08a1fa8fa160f71c0adbaa7ceb8fb19506f5c761 /Docs
parent6f963dad66454ed9fc710e91ff2735bfa23fea84 (diff)
parent57152522383909bcc8c2d8a75600c8c1415b0907 (diff)
downloadmariadb-git-d4783821badf0758db69cea3f17bf621121fa651.tar.gz
merged
Diffstat (limited to 'Docs')
-rw-r--r--Docs/manual.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index 1e1c080d6b3..f3c790c8fb2 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -51770,6 +51770,8 @@ not yet 100% confident in this code.
Allow one to start multiple MySQL servers on windows (code backported
from 4.0.2).
@item
+Fixed that @code{--core-file} works on Linux (at least on kernel 2.4.18).
+@item
Fixed a problem with BDB and @code{ALTER TABLE}.
@item
Fixed reference to freed memory when doing complicated @code{GROUP BY
@@ -51855,6 +51857,11 @@ Changed initialisation of @code{RND()} to make it less predicatable.
Fixed problem with @code{GROUP BY} on result with expression that created a
@code{BLOB} field.
@item
+Fixed problem with @code{GROUP BY} on columns that have NULL values. To
+solve this we now create an MyISAM temporary table when doing a group by
+on a possible NULL item. In MySQL 4.0.5 we can again use in memory HEAP
+tables for this case.
+@item
Fixed problem with privilege tables when downgrading from 4.0.2 to 3.23.
@item
Fixed thread bug in @code{SLAVE START}, @code{SLAVE STOP} and automatic repair