Alterações na distribuição 3.23.42 (08 Sep 2001)
Fixed problem when using LOCK TABLES
and BDB
tables.
- Fixed problem with
REPAIR TABLE
onMyISAM
tables with row lengths in the range from 65517 to 65520 bytes. - Fixed rare hang when doing
mysqladmin shutdown
when there was a lot of activity in other threads. - Fixed problem with
INSERT DELAYED
where delay thread could be hanging onupgrading locks
with no apparent reason. - Fixed problem with
myisampack
andBLOB
. - Fixed problem when one edited
.MRG
tables by hand. (Patch from Benjamin Pflugmann). - Enforce that all tables in a
MERGE
table come from the same database. - Fixed bug with
LOAD DATA INFILE
and transactional tables. - Fix bug when using
INSERT DELAYED
with wrong column definition. - Fixed core dump during
REPAIR
of some particularly broken tables. - Fixed bug in
InnoDB
andAUTO_INCREMENT
columns. - Fixed bug in
InnoDB
andRENAME TABLE
columns. - Fixed critical bug in
InnoDB
andBLOB
columns. If you have usedBLOB
columns larger than 8000 bytes in anInnoDB
table, 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
InnoDB
when 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_names
also works on Unix. - Fixed that automatic rollback is done when thread end doesn't lock other threads.