diff --git a/Docs/manual.texi b/Docs/manual.texi index a23e8f9a2de..1676a5e8a2a 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -48775,17 +48775,24 @@ Our TODO section contains what we plan to have in 4.0. @xref{TODO MySQL 4.0}. @itemize @bullet @item -Fixed bug in UNION's with last offset being transposed to total result set +Added @code{--ignore-lines=n} option to @code{mysqlimport}. This has the +same effect as the @code{IGNORE n LINES} clause for @code{LOAD DATA}. +@item +Fixed bug in @code{UNION} with last offset being transposed to total result +set. @item @code{REPAIR ... USE_FRM} added. @item -Fixed that DEFAULT_SELECT_LIMIT is always imposed on UNION's result set +Fixed that @code{DEFAULT_SELECT_LIMIT} is always imposed on @code{UNION} +result set. @item -Fixed that some SELECT options can appear only in the first SELECT +Fixed that some @code{SELECT} options can appear only in the first +@code{SELECT}. @item -Fixed bug with LIMIT with UNION, where last select is in the braces +Fixed bug with @code{LIMIT} with @code{UNION}, where last select is in +the braces. @item -Fixed that fulltext works fine with UNION's +Fixed that full-text works fine with @code{UNION} operations. @item Fixed bug with indexless boolean full-text search. @item