summaryrefslogtreecommitdiff
path: root/Docs/manual.texi
diff options
context:
space:
mode:
authorunknown <monty@mashka.mysql.fi>2002-10-29 22:58:12 +0200
committerunknown <monty@mashka.mysql.fi>2002-10-29 22:58:12 +0200
commitf7b50aabd829753c7cbea9a0acbab97054c075e1 (patch)
treecc10f17a9c3abf5d45872ac0bd7a4aa43cfe16aa /Docs/manual.texi
parentb9073addbb383f4fe7bd07e2f63d15388066c83b (diff)
parent769ef2a59afd6f247e5c81d86fdc1a7558d482b7 (diff)
downloadmariadb-git-f7b50aabd829753c7cbea9a0acbab97054c075e1.tar.gz
Merge work:/home/bk/mysql into mashka.mysql.fi:/home/my/mysql-3.23
Diffstat (limited to 'Docs/manual.texi')
-rw-r--r--Docs/manual.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index cb0f2236bb9..2314c51a92a 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -47012,6 +47012,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