mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
manual.texi Change note mods, 4.0.2.
This commit is contained in:
parent
37d9f4d4b8
commit
8d2a8c4cf9
1 changed files with 12 additions and 5 deletions
|
@ -48775,17 +48775,24 @@ Our TODO section contains what we plan to have in 4.0. @xref{TODO MySQL 4.0}.
|
||||||
|
|
||||||
@itemize @bullet
|
@itemize @bullet
|
||||||
@item
|
@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
|
@item
|
||||||
@code{REPAIR ... USE_FRM} added.
|
@code{REPAIR ... USE_FRM} added.
|
||||||
@item
|
@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
|
@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
|
@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
|
@item
|
||||||
Fixed that fulltext works fine with UNION's
|
Fixed that full-text works fine with @code{UNION} operations.
|
||||||
@item
|
@item
|
||||||
Fixed bug with indexless boolean full-text search.
|
Fixed bug with indexless boolean full-text search.
|
||||||
@item
|
@item
|
||||||
|
|
Loading…
Add table
Reference in a new issue