Alterações na distribuição 3.23.42 (08 Sep 2001)
Fixed problem when using LOCK TABLES and BDB tables.
- Fixed problem with
REPAIR TABLEonMyISAMtables with row lengths in the range from 65517 to 65520 bytes. - Fixed rare hang when doing
mysqladmin shutdownwhen there was a lot of activity in other threads. - Fixed problem with
INSERT DELAYEDwhere delay thread could be hanging onupgrading lockswith no apparent reason. - Fixed problem with
myisampackandBLOB. - Fixed problem when one edited
.MRGtables by hand. (Patch from Benjamin Pflugmann). - Enforce that all tables in a
MERGEtable come from the same database. - Fixed bug with
LOAD DATA INFILEand transactional tables. - Fix bug when using
INSERT DELAYEDwith wrong column definition. - Fixed core dump during
REPAIRof some particularly broken tables. - Fixed bug in
InnoDBandAUTO_INCREMENTcolumns. - Fixed bug in
InnoDBandRENAME TABLEcolumns. - Fixed critical bug in
InnoDBandBLOBcolumns. If you have usedBLOBcolumns larger than 8000 bytes in anInnoDBtable, it is necessary to dump the table withmysqldump, drop it and restore it from the dump. - Applied large patch for OS/2 from Yuri Dario.
- Fixed problem with
InnoDBwhen one could get the errorCan't execute the given command...even when no transaction was active. - Applied some minor fixes that concern Gemini.
- Use real arithmetic operations even in integer context if not all arguments are integers. (Fixes uncommon bug in some integer contexts).
- Don't force everything to lowercase on Windows. (To fix problem with Windows and
ALTER TABLE). Now--lower_case_namesalso works on Unix. - Fixed that automatic rollback is done when thread end doesn't lock other threads.