Alterações na distribuição 3.23.30 (04 Jan 2001)
Added SHOW OPEN TABLES command.
- Fixed that
myisamdumpworks against oldmysqldservers. - Fixed
myisamchk -k#so that it works again. - Fixed a problem with replication when the binary log file went over 2G on 32-bit systems.
LOCK TABLESwill now automatically start a new transaction.- Changed
BDBtables to not use internal subtransactions and reuse open files to get more speed. - Added
--mysqld=#option tosafe_mysqld. - Allow hex constants in the
--fields-*-byand--lines-terminated-byoptions tomysqldumpandmysqlimport. By Paul DuBois. - Added
--safe-show-databaseoption tomysqld. - Added
have_bdb,have_gemini,have_innobase,have_raidandhave_openssltoSHOW VARIABLESto make it easy to test for supported extensions. - Added
--open-files-limitoption tomysqld. - Changed
--open-filesoption to--open-files-limitinsafe_mysqld. - Fixed a bug where some rows were not found with
HEAPtables that had many keys. - Fixed that
--bdb-no-syncworks. - Changed
--bdb-recoverto--bdb-no-recoveras recover should be on by default. - Changed the default number of
BDBlocks to 10000. - Fixed a bug from 3.23.29 when allocating the shared structure needed for
BDBtables. - Changed
mysqld_multi.shto use configure variables. Patch by Christopher McCrory. - Added fixing of include files for Solaris 2.8.
- Fixed bug with
--skip-networkingon Debian Linux. - Fixed problem that some temporary files where reported as having the name
UNOPENEDin error messages. - Fixed bug when running two simultaneous
SHOW LOGSqueries.