| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
The following changelog shows what has already been done in the 5.0 tree:
Basic support for stored procedures (SQL:2003 style). See section Stored Procedures and Functions.
Added SELECT INTO list_of_vars, which can be of mixed,
that is, global and local type.
See section SELECT ... INTO Statement.
Removed the update log. It is fully replaced by the binary log.
If the MySQL server is started with --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).
User variable names are now case insensitive: If you do 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) |
This document was generated on July, 26 2004 using texi2html 1.70.