summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkaj@work.mysql.com <>2002-01-12 14:22:59 +0100
committerkaj@work.mysql.com <>2002-01-12 14:22:59 +0100
commite95ac89a17102f40c23830cfcd9d4cf906d66a70 (patch)
tree22e6b5f99b28875f58a70a5c4695345cbf4cd833
parent558d88f977038db5e45ec82f1c9f98262358fb9f (diff)
downloadmariadb-git-e95ac89a17102f40c23830cfcd9d4cf906d66a70.tar.gz
manual.texi Added CAST and CONVERT descriptions into the release notes
-rw-r--r--BitKeeper/etc/logging_ok1
-rw-r--r--Docs/manual.texi5
2 files changed, 5 insertions, 1 deletions
diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok
index abb1d5edb2c..e623ae4add0 100644
--- a/BitKeeper/etc/logging_ok
+++ b/BitKeeper/etc/logging_ok
@@ -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
diff --git a/Docs/manual.texi b/Docs/manual.texi
index 2ad5fe9b257..5d0e3869fc4 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -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