Implemented the dynamic plugin
(ha_innodb.dll
) on Windows.
Added a parameter innodb_stats_sample_pages
for
controlling the index cardinality estimates.
Made innodb_stats_on_metadata
a settable global parameter.
(MySQL bug #38189)
Made innodb_lock_wait_timeout
a settable session parameter.
(MySQL bug #36285)
Fixed bugs related to off-page columns (see Section 5.3, “DYNAMIC
Row Format”).
Fixed various bugs related to compressed tables. This includes MySQL bug #36172, a possible but rare corruption, and an incompatible file format change relating to very long rows in compressed tables, and to off-page storage of long column values.
Fixed a bug in crash recovery which was a side effect of incorrect implementation of the system tablespace tagging.
Fixed MySQL bugs related to auto_increment
columns: #26316, #35498, #35602, #36411, #37531, #37788, #38839, #39830, #40224.
Fixed some race conditions, hangs or crashes related to
INFORMATION_SCHEMA
tables, fast index creation,
and to the recovery of PREPARED
transactions.
Fixed crashes on
DROP TABLE
or CREATE TABLE
when there are FOREIGN KEY
constraints.
(MySQL bug #38786)
Fixed a crash caused by a conflict between TRUNCATE
TABLE
and LOCK TABLES
. (MySQL bug
#38231)
Fixed MySQL bug #39939: DROP TABLE
or
DISCARD TABLESPACE
takes a long time.
Fixed MySQL bug #40359: InnoDB plugin error/warning message during shutdown.
Fixed MySQL bug #40360: Binlog related errors with binlog off.
Applied all changes from MySQL through version 5.1.30.
This is the User’s Guide for InnoDB Plugin 1.0.6 for MySQL 5.1, generated on March 4, 2010 (rev 673:680M).