Commit 2bf244d8 authored by unknown's avatar unknown

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
parent 87ec5559
......@@ -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
......@@ -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
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