Alterações na distribuição 3.23.43 (04 Oct 2001)
Fixed a bug in INSERT DELAYED and FLUSH TABLES introduced in 3.23.42.
- Fixed unlikely bug, which returned non-matching rows, in
SELECTwith many tables and multi-column indexes and 'range' type. - Fixed an unlikely core dump bug when doing
EXPLAIN SELECTwhen using many tables andORDER BY. - Fixed bug in
LOAD DATA FROM MASTERwhen using table withCHECKSUM=1. - Added unique error message when one gets a DEADLOCK during a transaction with
BDBtables. - Fixed problem with
BDBtables andUNIQUEcolumns defined asNULL. - Fixed problem with
myisampackwhen using pre-space filledCHARcolumns. - Applied patch from Yuri Dario for OS/2.
- Fixed bug in
--safe-user-create.