[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
The following changelog shows what has already been done in the 5.0 tree:
SELECT INTO list_of_vars
, which can be of mixed,
that is, global and local type.
See section 18.1.6.3 SELECT ... INTO
Statement.
--log-update
, it will be
translated to --log-bin
(or ignored if the server is explicitly
started with --log-bin
), and a warning message will be written to
the error log. Setting SQL_LOG_UPDATE
will silently set
SQL_LOG_BIN
instead (or do nothing if the server is explicitly
started with --log-bin
).
SET
@a=10;
then SELECT @A;
will now return 10
.
Case sensitivity of a variable's value depends on the collation of the value.
For a full list of changes, please refer to the changelog sections for each individual 5.0.x release.
C.1.1 Changes in release 5.0.1 (not released yet) | ||
C.1.2 Changes in release 5.0.0 (22 Dec 2003: Alpha) |