summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorunknown <Sinisa@sinisa.nasamreza.org>2002-05-22 22:04:33 +0300
committerunknown <Sinisa@sinisa.nasamreza.org>2002-05-22 22:04:33 +0300
commit39c127f04827300818eeefbf259e4281070b7cec (patch)
tree78bbfa25df533cca492116bad1587823984d4905 /Docs
parent12f291981275a115c2afeeebdec83472b8a7231a (diff)
downloadmariadb-git-39c127f04827300818eeefbf259e4281070b7cec.tar.gz
I forgot to add an item regarding a last bug fix
Diffstat (limited to 'Docs')
-rw-r--r--Docs/manual.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index 2ce448783e7..24b2e8cb459 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -49312,6 +49312,9 @@ Our TODO section contains what we plan to have in 4.0. @xref{TODO MySQL 4.0}.
@itemize @bullet
@item
+Fixed a bug when GROUP BY had 2 or more fields of which at least one can
+have NULL values
+@item
Use @code{Turbo Boyer-Moore} algorithm to speed up @code{LIKE "%keyword%"}
searches.
@item