diff options
Diffstat (limited to 'Docs/manual.texi')
-rw-r--r-- | Docs/manual.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 3ad42252f0c..96cf0127ca3 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -48703,6 +48703,11 @@ Our TODO section contains what we plan to have in 4.0. @xref{TODO MySQL 4.0}. @itemize @bullet @item +Fixed bug with indexless boolean fulltext search. +@item +Fixed bug that sometimes appeared when fulltext search was used +with ``const'' tables. +@item Use @code{ORDER BY column DESC} now sorts @code{NULL} values first. @item Fixed bug in @code{SELECT DISTINCT ... ORDER BY DESC} optimization. |