Alterações na distribuição 3.23.53 (09 Oct 2002)
Fixed crash when SHOW INNODB STATUS
was used and skip-innodb
was defined.
- Fixed possible memory corruption bug in binary log file handling when slave rotated the logs (only affected 3.23, not 4.0).
- Fixed problem in
LOCK TABLES
on Windows when one connects to a database that contains upper case letters. - Fixed that
--skip-show-databases
doesn't reset the--port
option. - Small fix in
safe_mysqld
for some shells. - Fixed that
FLUSH STATUS
doesn't resetdelayed_insert_threads
. - Fixed core dump bug when using the
BINARY
cast on aNULL
value. - Fixed race condition when someone did a
GRANT
at the same time a new user logged in or did aUSE database
. - Fixed bug in
ALTER TABLE
andRENAME TABLE
when running with-O lower_case_table_names=1
(typically on Windows) when giving the table name in uppercase. - Fixed that
-O lower_case_table_names=1
also converts database names to lower case. - Fixed unlikely core dump with
SELECT ... ORDER BY ... LIMIT
. - Changed
AND/OR
to report that they can return NULL. This fixes a bug inGROUP BY
onAND/OR
expressions that returnNULL
. - Fixed a bug that
OPTIMIZE
of locked and modified MyISAM table, reported table corruption. - Fixed a
BDB
-relatedALTER TABLE
bug with dropping a column and shutting down immediately thereafter. - Fixed problem with
configure ... --localstatedir=...
. - Fixed problem with
UNSIGNED BIGINT
on AIX (again). - Fixed bug in pthread_mutex_trylock() on HPUX 11.0.
- Multi-threaded stress tests for
InnoDB
.