diff options
author | unknown <arjen@co3064164-a.bitbike.com> | 2002-02-11 14:27:56 +1000 |
---|---|---|
committer | unknown <arjen@co3064164-a.bitbike.com> | 2002-02-11 14:27:56 +1000 |
commit | 8a99eebe920a85b4685f40890482478a1e5aa6ae (patch) | |
tree | 9732ae0fdcfec41ab95e08d05121810de4a8d77c /Docs | |
parent | ed30774e8bffa78324e8265927c0e112465d3066 (diff) | |
download | mariadb-git-8a99eebe920a85b4685f40890482478a1e5aa6ae.tar.gz |
Changelog fixups.
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 16 |
1 files changed, 8 insertions, 8 deletions
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 |