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.
Added SHOW OPEN TABLES
command.
Fixed that myisamdump
works against old
mysqld servers.
Fixed myisamchk
-kN
so that it works
again.
Fixed a problem with replication when the binary log file went over 2G on 32-bit systems.
LOCK TABLES
now automatically
starts a new transaction.
Changed BDB
tables to not use internal
subtransactions and reuse open files to get more speed.
Added
--mysqld=
option to safe_mysqld.
path
Allow hex constants in the --fields-*-by
and
--lines-terminated-by
options to
mysqldump and
mysqlimport.
Added --safe-show-database
option to mysqld.
Added have_bdb
,
have_gemini
,
have_innobase
,
have_raid
and
have_openssl
to
SHOW VARIABLES
to make it easy
to test for supported extensions.
Added --open-files-limit
option
to mysqld.
Changed --open-files
option to
--open-files-limit
in
safe_mysqld.
Fixed a bug where some rows were not found with
HEAP
tables that had many keys.
Fixed that --bdb-no-sync
works.
Changed --bdb-recover
to
--bdb-no-recover
as recover
should be on by default.
Changed the default number of BDB
locks to
10000.
Fixed a bug from 3.23.29 when allocating the shared structure
needed for BDB
tables.
Changed mysqld_multi.sh to use configure variables. Patch by Christopher McCrory.
Added fixing of include files for Solaris 2.8.
Fixed bug with
--skip-networking
on Debian
Linux.
Fixed problem that some temporary files where reported as
having the name UNOPENED
in error messages.
Fixed bug when running two simultaneous SHOW
LOGS
queries.
User Comments
Add your own comment.