summaryrefslogtreecommitdiff
path: root/databases/mysql51-client
diff options
context:
space:
mode:
authortaca <taca>2010-12-16 03:42:49 +0000
committertaca <taca>2010-12-16 03:42:49 +0000
commitb8e2b493c51f4c94cdc63f9a5b9475f9b3626574 (patch)
tree60e3713d3d510c557ccf7d5c595821b2d312a121 /databases/mysql51-client
parent319432f64b617b1d501577aeb998274986281b7b (diff)
downloadpkgsrc-b8e2b493c51f4c94cdc63f9a5b9475f9b3626574.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-client')
-rw-r--r--databases/mysql51-client/Makefile.common4
-rw-r--r--databases/mysql51-client/distinfo10
-rw-r--r--databases/mysql51-client/patches/patch-ab9
3 files changed, 11 insertions, 12 deletions
diff --git a/databases/mysql51-client/Makefile.common b/databases/mysql51-client/Makefile.common
index ecbec261bd9..8ae54c790b5 100644
--- a/databases/mysql51-client/Makefile.common
+++ b/databases/mysql51-client/Makefile.common
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.common,v 1.15 2010/11/26 13:52:58 taca Exp $
+# $NetBSD: Makefile.common,v 1.16 2010/12/16 03:42:49 taca Exp $
#
# used by databases/mysql51-client/Makefile
# used by databases/mysql51-server/Makefile
#
-DISTNAME= mysql-5.1.53
+DISTNAME= mysql-5.1.54
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_MYSQL:=MySQL-5.1/}
diff --git a/databases/mysql51-client/distinfo b/databases/mysql51-client/distinfo
index acce1371bf7..ce620310f39 100644
--- a/databases/mysql51-client/distinfo
+++ b/databases/mysql51-client/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.11 2010/11/26 13:52:58 taca Exp $
+$NetBSD: distinfo,v 1.12 2010/12/16 03:42:49 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) = 344bc9ab7013fbf64be6adbe8a9fc6279887beb1
-SHA1 (patch-ab) = 7258ade5c4d9aa26cb1b1a93aac9da2f7ed92c2c
+SHA1 (patch-ab) = 66ea5217d98d33e1be44e4dda754a94496f1ea44
SHA1 (patch-ac) = a250b9797fbaad51d054cbb324feb0f7c29096d4
SHA1 (patch-ad) = 4e98f696b8b5098456e53a8de710a6bcd547997c
SHA1 (patch-ae) = 5373aeea5d67d8d1cbee1fa4d04c03227b544e3d
diff --git a/databases/mysql51-client/patches/patch-ab b/databases/mysql51-client/patches/patch-ab
index ca621ffbc40..7697975baa5 100644
--- a/databases/mysql51-client/patches/patch-ab
+++ b/databases/mysql51-client/patches/patch-ab
@@ -1,16 +1,15 @@
-$NetBSD: patch-ab,v 1.2 2010/09/21 15:57:30 taca Exp $
+$NetBSD: patch-ab,v 1.3 2010/12/16 03:42:49 taca Exp $
* process directories in client package.
---- Makefile.in.orig 2010-02-04 11:46:48.000000000 +0000
+--- Makefile.in.orig 2010-11-29 10:42:58.000000000 +0000
+++ Makefile.in
-@@ -407,14 +407,8 @@ AUTOMAKE_OPTIONS = foreign
+@@ -407,13 +407,8 @@ AUTOMAKE_OPTIONS = foreign
EXTRA_DIST = INSTALL-SOURCE INSTALL-WIN-SOURCE \
- README COPYING EXCEPTIONS-CLIENT CMakeLists.txt
+ README COPYING CMakeLists.txt
-SUBDIRS = . include @docs_dirs@ @zlib_dir@ \
- @readline_topdir@ sql-common scripts \
-- @pstack_dir@ \
- @sql_union_dirs@ unittest \
- @sql_server@ @man_dirs@ tests \
- netware @libmysqld_dirs@ \