manual.texi Added CAST and CONVERT descriptions into the release notes

This commit is contained in:
kaj@work.mysql.com 2002-01-12 14:22:59 +01:00
parent 558d88f977
commit e95ac89a17
2 changed files with 5 additions and 1 deletions

View file

@ -39,3 +39,4 @@ tonu@x3.internalnet
jcole@sarvik.tfr.cafe.ee
venu@work.mysql.com
bell@sanja.is.com.ua
kaj@work.mysql.com

View file

@ -48030,7 +48030,10 @@ Our TODO section contains what we plan to have in 4.0. @xref{TODO MySQL 4.0}.
@item
Fixed bug in @code{FLUSH QUERY CACHE}.
@item
Added @code{CAST()} and @code{CONVERT()} functions.
Added @code{CAST()} and @code{CONVERT()} functions. The @code{CAST} and
@code{CONVERT} functions are nearly identical and mainly useful when you
want to create a column with a specific type in a @code{CREATE ... SELECT}.
For more information, read @ref{Cast Functions}.
@item
Changed order of how keys are created in tables.
@item