End of Product Lifecycle. Active development and support for MySQL database server versions 3.23, 4.0, and 4.1 has ended. However, for MySQL 4.0 and 4.1, there is still extended support available. For details, see http://www.mysql.com/company/legal/lifecycle/#calendar. According to the MySQL Lifecycle Policy (see http://www.mysql.com/company/legal/lifecycle/#policy), only Security and Severity Level 1 issues will still be fixed for MySQL 4.0 and 4.1. Please consider upgrading to a recent version (MySQL 5.0 or 5.1).
Added patches for MIT-pthreads on NetBSD.
Fixed range bug in MyISAM.
ASC is now the default again for
ORDER BY.
Added LIMIT to
UPDATE.
Added mysql_change_user()
function to the MySQL C API.
Added character set to SHOW
VARIABLES.
Added support of --[whitespace] comments.
Allow INSERT INTO , that is, you may now specify an empty
value list to insert a row in which each column is set to its
default value.
tbl_name
VALUES ()
Changed SUBSTRING(text FROM
pos) to conform to standard SQL. (Before this
construct returned the rightmost pos
characters.)
SUM() with GROUP
BY returned 0 on some systems.
Changed output for SHOW TABLE
STATUS.
Added DELAY_KEY_WRITE option to
CREATE TABLE.
Allow AUTO_INCREMENT on any key part.
Fixed problem with YEAR(NOW())
and YEAR(CURDATE()).
Added CASE construct.
New COALESCE() function.


User Comments
Add your own comment.