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).
Changed code to get around compiler bug in Compaq C++ on
OSF/1, that broke BACKUP TABLE,
RESTORE TABLE, CHECK
TABLE, REPAIR TABLE, and
ANALYZE TABLE.
Added option FULL to SHOW
COLUMNS. Now we show the privilege list for the
columns only if this option is given.
Fixed bug in SHOW LOGS when there weren't
any BDB logs.
Fixed a timing problem in replication that could delay sending an update to the client until a new update was done.
Don't convert field names when using
mysql_list_fields(). This is
to keep this code compatible with SHOW
FIELDS.
MERGE tables didn't work on Windows.
Fixed problem with SET PASSWORD=... on
Windows.
Added missing my_config.h to RPM
distribution.
TRIM("foo" from "foo") didn't
return an empty string.
Added --with-version-suffix option to
configure.
Fixed core dump when client aborted connection without
mysql_close().
Fixed a bug in RESTORE TABLE when trying to
restore from a non-existent directory.
Fixed a bug which caused a core dump on the slave when
replicating SET PASSWORD.
Added MASTER_POS_WAIT()
function.

User Comments
Add your own comment.