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