From 8a99eebe920a85b4685f40890482478a1e5aa6ae Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 11 Feb 2002 14:27:56 +1000 Subject: Changelog fixups. --- Docs/manual.texi | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'Docs') diff --git a/Docs/manual.texi b/Docs/manual.texi index 4dbf03d8c16..031e9d57205 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -19017,7 +19017,7 @@ in MySQL < 4.0.2 whether index is @code{FULLTEXT} or not. Note that as the @code{Cardinality} is counted based on statistics stored as integers, it's not necessarily accurate for small tables. -The @code{Null} and @code{Index_type} column was added in MySQL 4.0.2. +The @code{Null} and @code{Index_type} columns were added in MySQL 4.0.2. @node SHOW TABLE STATUS, SHOW STATUS, SHOW DATABASE INFO, SHOW @subsubsection @code{SHOW TABLE STATUS} @@ -32026,7 +32026,7 @@ mysql> select CAST(1 AS UNSIGNED) -2.0 If you are using a string in an arithmetic operation, this is converted to a floating point number. -The @code{CAST()} and @code{CONVERT()} function was added in MySQL 4.0.2. +The @code{CAST()} and @code{CONVERT()} functions were added in MySQL 4.0.2. The handing of unsigned values was changed in MySQL 4.0 to be able to support @code{BIGINT} values properly. If you have some code that you @@ -48424,7 +48424,7 @@ an index that covers the whole row. @item Optimized InnoDB sort-buffer handling to take less memory. @item -Fixed bug in multi-table-delete and InnoDB tables. +Fixed bug in multi table @code{DELETE} and InnoDB tables. @item Fixed problem with @code{TRUNCATE} and InnoDB that gave the error @code{Can't execute the given command because you have active locked @@ -48445,19 +48445,19 @@ repair tables with @code{nan} in float or double columns. Fixed new bug in @code{myisamchk} where it didn't correctly update number of ``parts'' in the MyISAM index file. @item -Changed to use autoconf 2.52 (from Autconf 2.13). +Changed to use @code{autoconf} 2.52 (from @code{autoconf} 2.13). @item -Fixed optimization problem where a MySQL was a long time in a -``preparing'' state when selecting from an empty table which had contained +Fixed optimization problem where the MySQL Server was in ``preparing'' state +for a long time when selecting from an empty table which had contained a lot of rows. @item Fixed bug in complicated join with @code{const} tables. This fix also improves performance a bit when referring to another table from a @code{const} table. @item -First pre-version of multi table updates. +First pre-version of multi table @code{UPDATE}s. @item -Fixed bug in multi table delete. +Fixed bug in multi table @code{DELETE}. @item Fixed bug in @code{SELECT CONCAT(argument-list) ... GROUP BY 1}. @item -- cgit v1.2.1