diff options
author | taca <taca> | 2010-12-16 03:42:49 +0000 |
---|---|---|
committer | taca <taca> | 2010-12-16 03:42:49 +0000 |
commit | bee6166416f62206a9697b685645219ab822fd01 (patch) | |
tree | 60e3713d3d510c557ccf7d5c595821b2d312a121 /databases/mysql51-server/distinfo | |
parent | f958908c4774b8aa1396cc20d63b09a26e3dfb18 (diff) | |
download | pkgsrc-bee6166416f62206a9697b685645219ab822fd01.tar.gz |
Update mysql51-{client,server} package to 5.1.54.
Functionality added or changed:
* Support for the IBMDB2I storage engine has been removed. (Bug#58079)
* The pstack library was nonfunctional and has been removed, along with the
--with-pstack option for configure. The --enable-pstack option for mysqld is
deprecated and will be removed in MySQL 5.5. (Bug#57210)
Bugs fixed:
* Performance: InnoDB Storage Engine: Improved concurrency when several
ANALYZE TABLE or SHOW TABLE STATUS statements are run simultaneously for
InnoDB tables. (Bug#53046)
* InnoDB Storage Engine: For an InnoDB table created with
ROW_FORMAT=COMPRESSED or ROW_FORMAT=DYNAMIC, a query using the READ
UNCOMMITTED isolation level could cause the server to stop with an assertion
error, if BLOB or other large columns that use off-page storage were being
inserted at the same time. (Bug#57799)
* Partitioning: An INSERT ... ON DUPLICATE KEY UPDATE column = 0 statement on
an AUTO_INCREMENT column caused the debug server to crash. (Bug#57890)
* Several compilation problems were fixed. (Bug#57992, Bug#57993, Bug#57994,
Bug#57995, Bug#57996, Bug#57997, Bug#58057)
* Passing a string that was not null-terminated to UpdateXML() or
ExtractValue() caused the server to fail with an assertion. (Bug#57279)
* Queries executed using the Index Merge access method and a temporary file
could return incorrect results. (Bug#56862)
* The find_files() function used by SHOW statements performed redundant and
unnecessary memory allocation. (Bug#51208)
Diffstat (limited to 'databases/mysql51-server/distinfo')
-rw-r--r-- | databases/mysql51-server/distinfo | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/mysql51-server/distinfo b/databases/mysql51-server/distinfo index 2c91e5d6ed2..d9982b6644c 100644 --- a/databases/mysql51-server/distinfo +++ b/databases/mysql51-server/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.13 2010/11/26 13:52:58 taca Exp $ +$NetBSD: distinfo,v 1.14 2010/12/16 03:42:50 taca Exp $ -SHA1 (mysql-5.1.53.tar.gz) = 24064a4c0f8b88b30acb6ddb03f32e897ef061f3 -RMD160 (mysql-5.1.53.tar.gz) = e8fd69450dda85cf3f41269e6e3fca05caccc76d -Size (mysql-5.1.53.tar.gz) = 23871815 bytes +SHA1 (mysql-5.1.54.tar.gz) = c3d1fb7c1985529e7dcdc689ac7977cfff007c9c +RMD160 (mysql-5.1.54.tar.gz) = f9252c9a62278b4a6e17d47bc901be3732c32b18 +Size (mysql-5.1.54.tar.gz) = 23672236 bytes SHA1 (patch-aa) = 2a5321738e637a56e57cd6b1b40908d2bf275506 -SHA1 (patch-ab) = 39ca30e2e78645bb6975d057ace30e8c91e6e405 +SHA1 (patch-ab) = 1fc6939bb3021153b72479aa2413e50940878c98 SHA1 (patch-ac) = bfb6eec77d7c5aa8d2b849632769005dcf2e272c SHA1 (patch-ad) = 5fd4db0e04a97289f38a5467bbae5041f4082b51 SHA1 (patch-ae) = e682e8c7a260706cbfd802885bfe100c0e0d31be |