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

Docs/manual.texi:
  Added CAST and CONVERT descriptions into the release notes
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
This commit is contained in:
unknown 2002-01-12 14:22:59 +01:00
parent 87ec555947
commit 2bf244d83f
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