mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
manual.texi Change note mods, 4.0.2.
This commit is contained in:
parent
1553cb8da7
commit
9954c0dbf6
1 changed files with 3 additions and 2 deletions
|
@ -48921,12 +48921,13 @@ Our TODO section contains what we plan to have in 4.0. @xref{TODO MySQL 4.0}.
|
|||
|
||||
@itemize @bullet
|
||||
@item
|
||||
New configure option --without-query-cache.
|
||||
New configure option @code{--without-query-cache}.
|
||||
@item
|
||||
Memory allocation strategy for 'root memory' changed. Block size now grows
|
||||
with number of allocated blocks.
|
||||
@item
|
||||
@code{INET_NTOA()} now returns @code{NULL} if you give it a too big argument.
|
||||
@code{INET_NTOA()} now returns @code{NULL} if you give it an argument that
|
||||
is too large (greater than the value corresponding to @code{255.255.255.255}).
|
||||
@item
|
||||
Fix @code{SQL_CALC_FOUND_ROWS} to work with @code{UNION}s. It will work only
|
||||
if the first @code{SELECT} has this option and if there is global @code{LIMIT}
|
||||
|
|
Loading…
Reference in a new issue