pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases Changes 5.5.44:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f5cd2c7d20f1
branches:  trunk
changeset: 652418:f5cd2c7d20f1
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jun 01 07:40:36 2015 +0000

description:
Changes 5.5.44:
Bugs fixed:
* InnoDB; Partitioning: The CREATE_TIME column of the INFORMATION_SCHEMA.TABLES table now shows the correct table creation time for partitioned InnoDB tables. The CREATE_TIME column of the 
INFORMATION_SCHEMA.PARTITIONS table now shows the correct partition creation time for a partition of partitioned InnoDB tables.

The UPDATE_TIME column of the INFORMATION_SCHEMA.TABLES table now shows when a partitioned InnoDB table was last updated by an INSERT, DELETE, or UPDATE. The UPDATE_TIME column of the 
INFORMATION_SCHEMA.PARTITIONS table now shows when a partition of a partitioned InnoDB table was last updated.

* InnoDB: An assertion was raised on shutdown due to XA PREPARE transactions holding explicit locks.

* InnoDB: Removal of a foreign key object from the data dictionary cache during error handling caused the server to exit.

* InnoDB: SHOW ENGINE INNODB STATUS output showed negative reservation and signal count values due to a counter overflow error.

* InnoDB: Estimates that were too low for the size of merge chunks in the result sorting algorithm caused a server exit.

* SHOW VARIABLES mutexes were being locked twice, resulting in a server exit.

* A Provides rule in RPM .spec files misspelled “mysql-embedded” as “mysql-emdedded”.

* Under certain conditions, the libedit command-line library could write outside an array boundary and cause a client program crash.

* Host value matching for the grant tables could fail to use the most specific of values that contained wildcard characters.

* A user with a name of event_scheduler could view the Event Scheduler process list without the PROCESS privilege.

* SHOW GRANTS after connecting using a proxy user could display the password hash of the proxied user.

* For a prepared statement with an ORDER BY that refers by column number to a GROUP_CONCAT() expression that has an outer reference, repeated statement execution could cause a server exit.

* Loading corrupt spatial data into a MyISAM table could cause the server to exit during index building.

* Certain queries for the INFORMATION_SCHEMA TABLES and COLUMNS tables could lead to excessive memory use when there were large numbers of empty InnoDB tables.

* MySQL failed to compile using OpenSSL 0.9.8e.

diffstat:

 databases/mysql55-client/Makefile.common            |   4 ++--
 databases/mysql55-client/distinfo                   |   9 ++++-----
 databases/mysql55-client/patches/patch-vio_viossl.c |  15 ---------------
 databases/mysql55-server/PLIST                      |   4 +++-
 4 files changed, 9 insertions(+), 23 deletions(-)

diffs (80 lines):

diff -r 1a1ea2e82588 -r f5cd2c7d20f1 databases/mysql55-client/Makefile.common
--- a/databases/mysql55-client/Makefile.common  Sun May 31 23:08:09 2015 +0000
+++ b/databases/mysql55-client/Makefile.common  Mon Jun 01 07:40:36 2015 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.43 2015/04/08 10:38:01 adam Exp $
+# $NetBSD: Makefile.common,v 1.44 2015/06/01 07:40:36 adam Exp $
 #
 # used by databases/mysql55-client/Makefile
 # used by databases/mysql55-server/Makefile
 
-DISTNAME=      mysql-5.5.43
+DISTNAME=      mysql-5.5.44
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_MYSQL:=MySQL-5.5/}
 
diff -r 1a1ea2e82588 -r f5cd2c7d20f1 databases/mysql55-client/distinfo
--- a/databases/mysql55-client/distinfo Sun May 31 23:08:09 2015 +0000
+++ b/databases/mysql55-client/distinfo Mon Jun 01 07:40:36 2015 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.42 2015/04/08 10:38:01 adam Exp $
+$NetBSD: distinfo,v 1.43 2015/06/01 07:40:36 adam Exp $
 
-SHA1 (mysql-5.5.43.tar.gz) = ac986973e921d669d3bd5e14d8f35110eb7a3428
-RMD160 (mysql-5.5.43.tar.gz) = 780d539d1aed5e753b91ea70f601b97ef03bfff7
-Size (mysql-5.5.43.tar.gz) = 21784417 bytes
+SHA1 (mysql-5.5.44.tar.gz) = 1882c53d078ffb2e50339a8d9f5ba44c3eb155ea
+RMD160 (mysql-5.5.44.tar.gz) = 72faecbd2cae73ac109253e4a512086e74058128
+Size (mysql-5.5.44.tar.gz) = 21789766 bytes
 SHA1 (sphinx-2.2.7-release.tar.gz) = dedae28c0deafda90109745230dacbe0dc441e1a
 RMD160 (sphinx-2.2.7-release.tar.gz) = d9f0150f6779b43457e30c77be50aa9bc658b03a
 Size (sphinx-2.2.7-release.tar.gz) = 2969037 bytes
@@ -47,4 +47,3 @@
 SHA1 (patch-strtoll.c) = fe0c586ba0475c16df5cd6ecaae41e2c5b89c509
 SHA1 (patch-strtoull.c) = 1f334e5b89390de41594de6d22e0071ceeaed951
 SHA1 (patch-vio_viosocket.c) = 49964371be640a029c295fe4178801e9f0b6be18
-SHA1 (patch-vio_viossl.c) = bc1922f1170ff55a6ed832b90c110e788b49d4be
diff -r 1a1ea2e82588 -r f5cd2c7d20f1 databases/mysql55-client/patches/patch-vio_viossl.c
--- a/databases/mysql55-client/patches/patch-vio_viossl.c       Sun May 31 23:08:09 2015 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-vio_viossl.c,v 1.1 2013/04/20 08:06:56 adam Exp $
-
-Compatibility fix.
-
---- vio/viossl.c.orig  2013-04-20 07:00:23.000000000 +0000
-+++ vio/viossl.c
-@@ -171,7 +171,7 @@ static int ssl_do(struct st_VioSSLFd *pt
-   SSL_clear(ssl);
-   SSL_SESSION_set_timeout(SSL_get_session(ssl), timeout);
-   SSL_set_fd(ssl, vio->sd);
--#ifndef HAVE_YASSL
-+#if !defined(HAVE_YASSL) && defined(SSL_OP_NO_COMPRESSION)
-   SSL_set_options(ssl, SSL_OP_NO_COMPRESSION);
- #endif
- 
diff -r 1a1ea2e82588 -r f5cd2c7d20f1 databases/mysql55-server/PLIST
--- a/databases/mysql55-server/PLIST    Sun May 31 23:08:09 2015 +0000
+++ b/databases/mysql55-server/PLIST    Mon Jun 01 07:40:36 2015 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.35 2015/04/08 10:38:01 adam Exp $
+@comment $NetBSD: PLIST,v 1.36 2015/06/01 07:40:36 adam Exp $
 bin/innochecksum
 bin/my_print_defaults
 bin/myisam_ftdump
@@ -3008,6 +3008,7 @@
 share/mysql/test/suite/innodb/r/insert_debug.result
 share/mysql/test/suite/innodb/r/sp_temp_table.result
 share/mysql/test/suite/innodb/r/strict_mode.result
+share/mysql/test/suite/innodb/r/xa_recovery.result
 share/mysql/test/suite/innodb/t/blob-update-debug.test
 share/mysql/test/suite/innodb/t/create-index.test
 share/mysql/test/suite/innodb/t/disabled.def
@@ -3140,6 +3141,7 @@
 share/mysql/test/suite/innodb/t/insert_debug.test
 share/mysql/test/suite/innodb/t/sp_temp_table.test
 share/mysql/test/suite/innodb/t/strict_mode.test
+share/mysql/test/suite/innodb/t/xa_recovery.test
 share/mysql/test/suite/innodb_zip/r/innodb-create-options.result
 share/mysql/test/suite/innodb_zip/r/innodb-zip.result
 share/mysql/test/suite/innodb_zip/r/innodb_bug36169.result


Home | Main Index | Thread Index | Old Index