End of Product Lifecycle. Active development and support for MySQL Database Server versions 3.23, 4.0, and 4.1 has ended. For details, see http://www.mysql.com/about/legal/lifecycle/#calendar. Please consider upgrading to a recent version. Further updates to the content of this manual will be minimal. All formats of this manual will continue to be available until 31 Dec 2010.
Changed copyright for all files to GPL for the server code and utilities and to LGPL for the client libraries. See http://www.fsf.org/licenses/.
Fixed bug where all rows matching weren't updated on a
MyISAM
table when doing update based on key
on a table with many keys and some key changed values.
The Linux MySQL RPMs and binaries are now statically linked with a linuxthread version that has faster mutex handling when used with MySQL.
ORDER BY
can now use REF
keys to find subsets of the rows that need to be sorted.
Changed name of print_defaults program to my_print_defaults to avoid name confusion.
Fixed NULLIF()
to work as
required by standard SQL.
Added net_read_timeout
and
net_write_timeout
as startup
parameters to mysqld.
Fixed bug that destroyed index when doing myisamchk --sort-records on a table with prefix compressed index.
Added pack_isam and myisampack to the standard MySQL distribution.
Added the syntax BEGIN
WORK
(the same as
BEGIN
).
Fixed core dump bug when using ORDER BY
on
a CONV()
expression.
Added LOAD TABLE FROM MASTER
.
Added FLUSH
MASTER
and
FLUSH SLAVE
.
Fixed big/little endian problem in the replication.
User Comments
Add your own comment.