Changelog fixups.

parent 8ae87f8c
...@@ -19017,7 +19017,7 @@ in MySQL < 4.0.2 whether index is @code{FULLTEXT} or not. ...@@ -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 Note that as the @code{Cardinality} is counted based on statistics
stored as integers, it's not necessarily accurate for small tables. 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 @node SHOW TABLE STATUS, SHOW STATUS, SHOW DATABASE INFO, SHOW
@subsubsection @code{SHOW TABLE STATUS} @subsubsection @code{SHOW TABLE STATUS}
...@@ -32026,7 +32026,7 @@ mysql> select CAST(1 AS UNSIGNED) -2.0 ...@@ -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 If you are using a string in an arithmetic operation, this is converted
to a floating point number. 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 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 support @code{BIGINT} values properly. If you have some code that you
...@@ -48424,7 +48424,7 @@ an index that covers the whole row. ...@@ -48424,7 +48424,7 @@ an index that covers the whole row.
@item @item
Optimized InnoDB sort-buffer handling to take less memory. Optimized InnoDB sort-buffer handling to take less memory.
@item @item
Fixed bug in multi-table-delete and InnoDB tables. Fixed bug in multi table @code{DELETE} and InnoDB tables.
@item @item
Fixed problem with @code{TRUNCATE} and InnoDB that gave the error Fixed problem with @code{TRUNCATE} and InnoDB that gave the error
@code{Can't execute the given command because you have active locked @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. ...@@ -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 Fixed new bug in @code{myisamchk} where it didn't correctly update number of
``parts'' in the MyISAM index file. ``parts'' in the MyISAM index file.
@item @item
Changed to use autoconf 2.52 (from Autconf 2.13). Changed to use @code{autoconf} 2.52 (from @code{autoconf} 2.13).
@item @item
Fixed optimization problem where a MySQL was a long time in a Fixed optimization problem where the MySQL Server was in ``preparing'' state
``preparing'' state when selecting from an empty table which had contained for a long time when selecting from an empty table which had contained
a lot of rows. a lot of rows.
@item @item
Fixed bug in complicated join with @code{const} tables. This fix also Fixed bug in complicated join with @code{const} tables. This fix also
improves performance a bit when referring to another table from a improves performance a bit when referring to another table from a
@code{const} table. @code{const} table.
@item @item
First pre-version of multi table updates. First pre-version of multi table @code{UPDATE}s.
@item @item
Fixed bug in multi table delete. Fixed bug in multi table @code{DELETE}.
@item @item
Fixed bug in @code{SELECT CONCAT(argument-list) ... GROUP BY 1}. Fixed bug in @code{SELECT CONCAT(argument-list) ... GROUP BY 1}.
@item @item
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