summaryrefslogtreecommitdiff
path: root/Docs/manual.texi
diff options
context:
space:
mode:
authorunknown <Sinisa@sinisa.nasamreza.org>2002-06-15 20:59:42 +0300
committerunknown <Sinisa@sinisa.nasamreza.org>2002-06-15 20:59:42 +0300
commite9c43803dd2ecd182a0f6e68cd6404577ffb77bb (patch)
tree9843d9f75a46bd100e12e4677570ece39501909c /Docs/manual.texi
parent451a5e510b2733fde176be53b45a915f85c53152 (diff)
downloadmariadb-git-e9c43803dd2ecd182a0f6e68cd6404577ffb77bb.tar.gz
Fixed a bug in optimiser with MERGE tables with non-unique values
with aggregating functions. This consistently crashed Mysql
Diffstat (limited to 'Docs/manual.texi')
-rw-r--r--Docs/manual.texi7
1 files changed, 6 insertions, 1 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index 232e0c0a2f1..5ded6e75cf1 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -49456,7 +49456,12 @@ Our TODO section contains what we plan to have in 4.0. @xref{TODO MySQL 4.0}.
@itemize @bullet
@item
-Fixed a bug in optimiser when a range specified makes index grouping impossible
+Fixed a bug in optimiser with merge tables when non-uniques values are
+used in summing up.
+This consistently crashed MySQL.
+@item
+Fixed a bug in optimiser when a range specified makes index grouping impossible.
+This consistently crashed MySQL.
@item
Fixed a rare bug when fulltext index is present and no tables are used
@item