- News -
MySQL 5.5 : MySQL 5.5.23 リリース
投稿者: webmaster 投稿日時: 2012-4-14 5:23:00 (2368 ヒット)

MySQL 5.5.23 がリリースされました。
MySQL 5.5 シリーズは、現時点で安定リリースの最新メジャーバージョンです。


ダウンロードはこちらから:
http://dev.mysql.com/downloads/mysql/5.5.html


以下、チェンジログ:



Changes in MySQL 5.5.23 (12 April 2012)

Functionality Added or Changed

* The MySQL-shared-compat RPM package enables users of Red
Hat-privided mysql-*-5.1 RPM packages to migrate to
Oracle-provided MySQL-*-5.5 packages. MySQL-shared-compat now
replaces the Red Hat mysql-libs package by replacing
libmysqlclient.so files of the latter package, thus satisfying
dependencies of other packages on mysql-libs. This change
affects only users of Red Hat (or Red Hat-compatible) RPM
packages. Nothing is different for users of Oracle RPM
packages. (Bug #13867506)

Bugs Fixed

* Security Fix: Bug #59533 was fixed.

* Performance: Partitioning: InnoDB Storage Engine: The
statistics used by the optimizer for queries against
partitioned InnoDB tables were based only on the first
partition of each such table, leading to use of the wrong
execution plan. (Bug #13694811)
References: This bug was introduced by Bug #11756867.

* Performance: InnoDB Storage Engine: Improved the performance
of the DROP TABLE statement for InnoDB tables, especially on
systems with a large buffer pool. The fix speeds up the
processing for freeing entries in the adaptive hash index.
(Bug #13704145, Bug #64284)

* InnoDB Storage Engine: Deleting a huge amount of data from
InnoDB tables within a short time could cause the purge
operation that flushes data from the buffer pool to stall. If
this issue occurs, restart the server to work around it. This
issue is only likely to occur on 32-bit platforms. (Bug
#13847885)

* InnoDB Storage Engine: If the server crashed during a TRUNCATE
TABLE or CREATE INDEX statement for an InnoDB table, or a DROP
DATABASE statement for a database containing InnoDB tables, an
index could be corrupted, causing an error message when
accessing the table after restart:
InnoDB: Error: trying to load index index_name for table
InnoDB: table_name but the index tree has been freed!
In MySQL 5.1, this fix applies to the InnoDB Plugin, but not
the built-in InnoDB storage engine. (Bug #12861864, Bug
#11766019)

* InnoDB Storage Engine: When data was removed from an InnoDB
table, newly inserted data might not reuse the freed disk
blocks, leading to an unexpected size increase for the system
tablespace or .ibd file (depending on the setting of
innodb_file_per_table. The OPTIMIZE TABLE could compact a .ibd
file in some cases but not others. The freed disk blocks would
eventually be reused as additional data was inserted. (Bug
#11766634, Bug #59783)

* Partitioning: After updating a row of a partitioned table and
selecting that row within the same transaction with the query
cache enabled, then performing a ROLLBACK, the same result was
returned by an identical SELECT issued in a new transaction.
(Bug #11761296, Bug #53775)

* Replication: Formerly, the default value shown for the Port
column in the output of SHOW SLAVE HOSTS was 3306 whether the
port had been set incorrectly or not set at all. Now, when the
slave port is not set, 0 is used as the default. This change
also affects the default used for the --report-port server
option. (Bug #13333431)

* Replication: The --relay-log-space-limit option was sometimes
ignored.
More specifically, when the SQL thread went to sleep, it
allowed the I/O thread to queue additional events in such a
way that the relay log space limit was bypassed, and the
number of events in the queue could grow well past the point
where the relay logs needed to be rotated. Now in such cases,
the SQL thread checks to see whether the I/O thread should
rotate and provide the SQL thread a chance to purge the logs
(thus freeing space).
Note that, when the SQL thread is in the middle of a
transaction, it cannot purge the logs; it can only ask for
more events until the transaction is complete. Once the
transaction is finished, the SQL thread can immediately
instruct the I/O thread to rotate. (Bug #12400313, Bug #64503)
References: See also Bug #13806492.

* An infinite thread loop could develop within Performance
Schema, causing the server to become unresponsive. (Bug
#13898343)

* Incorrect stored program caching could cause statements within
a stored program that included a GROUP BY clause to return
different results across multiple program invocations. (Bug
#13805127)

* Mishandling of NO_BACKSLASH_ESCAPES SQL mode within stored
procedures on slave servers could cause replication failures.
(Bug #12601974)

* SAVEPOINT statements were incorrectly disallowed within XA
transactions. (Bug #64374, Bug #13737343)
References: See also Bug #11766752.

* The Performance Schema incorrectly displayed some backslashes
in Windows file names (by doubling them). (Bug #63339, Bug
#13417446)

* SHOW statements treated stored procedure, stored function, and
event names as case sensitive. (Bug #56224, Bug #11763507)

印刷用ページ このニュースを友達に送る
投稿者 スレッド

[AD]