Alterações na distribuição 3.23.45 (22 Nov 2001)
(UPDATE|DELETE) ...WHERE MATCH bugfix.
- shutdown should now work on Darwin (Mac OS X).
- Fixed core dump when repairing corrupted packed
MyISAMfiles. --core-filenow works on Solaris.- Fix a bug which could cause
InnoDBto complain if it cannot find free blocks from the buffer cache during recovery. - Fixed bug in
InnoDBinsert buffer B-tree handling that could cause crashes. - Fixed bug in
InnoDBlock timeout handling. - Fixed core dump bug in
ALTER TABLEon aTEMPORARYInnoDBtable. - Fixed bug in
OPTIMIZE TABLEthat reset index cardinality if it was up to date. - Fixed problem with
t1 LEFT_JOIN t2 ... WHERE t2.date_column IS NULLwhen date_column was declared asNOT NULL. - Fixed bug with
BDBtables and keys onBLOBcolumns. - Fixed bug in
MERGEtables on OS with 32-bit file pointers. - Fixed bug in
TIME_TO_SEC()when using negative values.