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 reset
delayed_insert_threads
.
Fixed core dump bug when using the BINARY
cast on a NULL
value.
Fixed race condition when someone did a
GRANT
at the same time a new user logged
in or did a USE database
.
Fixed bug in ALTER TABLE
and
RENAME 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 in GROUP BY
on AND/OR
expressions that return
NULL
.
Fixed a bug that OPTIMIZE
of locked and
modified MyISAM table, reported table corruption.
Fixed a BDB
-related ALTER
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
.
This is a translation of the MySQL Reference Manual that can be found at dev.mysql.com. The original Reference Manual is in English, and this translation is not necessarily as up to date as the English version.