mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
manual.texi Added CAST and CONVERT descriptions into the release notes
This commit is contained in:
parent
558d88f977
commit
e95ac89a17
2 changed files with 5 additions and 1 deletions
|
@ -39,3 +39,4 @@ tonu@x3.internalnet
|
||||||
jcole@sarvik.tfr.cafe.ee
|
jcole@sarvik.tfr.cafe.ee
|
||||||
venu@work.mysql.com
|
venu@work.mysql.com
|
||||||
bell@sanja.is.com.ua
|
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
|
@item
|
||||||
Fixed bug in @code{FLUSH QUERY CACHE}.
|
Fixed bug in @code{FLUSH QUERY CACHE}.
|
||||||
@item
|
@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
|
@item
|
||||||
Changed order of how keys are created in tables.
|
Changed order of how keys are created in tables.
|
||||||
@item
|
@item
|
||||||
|
|
Loading…
Add table
Reference in a new issue