Commit cccebf19 authored by paul@teton.kitebird.com's avatar paul@teton.kitebird.com

Merge paul@work.mysql.com:/home/bk/mysql-4.0

into teton.kitebird.com:/home/paul/mysql-4.0
parents 19c57455 9954c0db
...@@ -48921,12 +48921,13 @@ Our TODO section contains what we plan to have in 4.0. @xref{TODO MySQL 4.0}. ...@@ -48921,12 +48921,13 @@ Our TODO section contains what we plan to have in 4.0. @xref{TODO MySQL 4.0}.
@itemize @bullet @itemize @bullet
@item @item
New configure option --without-query-cache. New configure option @code{--without-query-cache}.
@item @item
Memory allocation strategy for 'root memory' changed. Block size now grows Memory allocation strategy for 'root memory' changed. Block size now grows
with number of allocated blocks. with number of allocated blocks.
@item @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 @item
Fix @code{SQL_CALC_FOUND_ROWS} to work with @code{UNION}s. It will work only 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} if the first @code{SELECT} has this option and if there is global @code{LIMIT}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment