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.34:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/53838e421516
branches:  trunk
changeset: 624790:53838e421516
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Sep 30 18:26:38 2013 +0000

description:
Changes 5.5.34:
* MySQL 5.7 changed audit log file output to a new format that has better compatibility with Oracle Audit Vault. This format has been backported to MySQL 5.5 and it is possible to select either the 
old or new format using the new audit_log_format system variable, which has permitted values of OLD and NEW (default OLD). For details about each format, see The Audit Log File.
* InnoDB; Partitioning: Following any query on the INFORMATION_SCHEMA.PARTITIONS table, InnoDB index statistics as shown in the output of statements such as SELECT * FROM 
INFORMATION_SCHEMA.STATISTICS were read from the last partition, instead of from the partition containing the greatest number of rows.
* InnoDB: The row_sel_sec_rec_is_for_clust_rec function would incorrectly prepare to compare a NULL column prefix in a secondary index with a non-NULL column in a clustered index.
* InnoDB: An incorrect purge would occur when rolling back an update to a delete-marked record.
* InnoDB: InnoDB would rename a user-defined foreign key constraint containing the string “_ibfk_” in its name, resulting in a duplicate constraint.
* InnoDB: Rolling back an INSERT after a failed BLOB write would result in an assertion failure. The assertion has been modified to allow NULL BLOB pointers if an error occurs during a BLOB write.
* InnoDB: A regression introduced with the fix for Bug 11762038 would cause InnoDB to raise an incorrect error message. The message stated that, “InnoDB cannot delete/update rows with cascading 
foreign key constraints that exceed max depth of 20”. The error message would occur when killing connections reading from InnoDB tables that did not have foreign key constraints.
* InnoDB: The documentation incorrectly stated that START TRANSACTION WITH CONSISTENT SNAPSHOT provides a consistent snapshot only if the current isolation level is REPEATABLE READ or SERIALIZABLE. 
START TRANSACTION WITH CONSISTENT SNAPSHOT only works with REPEATABLE READ. All other isolation levels are ignored. The documentation has been revised and a warning is now generated whenever the WITH 
CONSISTENT SNAPSHOT clause is ignored.
* InnoDB: The srv_master_thread background thread, which monitors server activity and performs activities such as page flushing when the server is inactive or in a shutdown state, runs on a one 
second delay loop. srv_master_thread would fail to check if the server is in a shutdown state before sleeping.
more...

diffstat:

 databases/mysql55-client/Makefile        |  3 +--
 databases/mysql55-client/Makefile.common |  4 ++--
 databases/mysql55-client/distinfo        |  8 ++++----
 databases/mysql55-server/PLIST           |  3 ++-
 4 files changed, 9 insertions(+), 9 deletions(-)

diffs (60 lines):

diff -r 6bed0d811b74 -r 53838e421516 databases/mysql55-client/Makefile
--- a/databases/mysql55-client/Makefile Mon Sep 30 18:25:37 2013 +0000
+++ b/databases/mysql55-client/Makefile Mon Sep 30 18:26:38 2013 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2013/08/31 02:08:32 taca Exp $
+# $NetBSD: Makefile,v 1.13 2013/09/30 18:26:38 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/-client-/}
-PKGREVISION=   1
 SVR4_PKGNAME=  mysqc
 COMMENT=       MySQL 5, a free SQL database (client)
 
diff -r 6bed0d811b74 -r 53838e421516 databases/mysql55-client/Makefile.common
--- a/databases/mysql55-client/Makefile.common  Mon Sep 30 18:25:37 2013 +0000
+++ b/databases/mysql55-client/Makefile.common  Mon Sep 30 18:26:38 2013 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.31 2013/08/22 12:28:08 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.32 2013/09/30 18:26:38 adam Exp $
 #
 # used by databases/mysql55-client/Makefile
 # used by databases/mysql55-server/Makefile
 
-DISTNAME=      mysql-5.5.33
+DISTNAME=      mysql-5.5.34
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_MYSQL:=MySQL-5.5/}
 
diff -r 6bed0d811b74 -r 53838e421516 databases/mysql55-client/distinfo
--- a/databases/mysql55-client/distinfo Mon Sep 30 18:25:37 2013 +0000
+++ b/databases/mysql55-client/distinfo Mon Sep 30 18:26:38 2013 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.26 2013/08/22 12:28:08 ryoon Exp $
+$NetBSD: distinfo,v 1.27 2013/09/30 18:26:38 adam Exp $
 
-SHA1 (mysql-5.5.33.tar.gz) = 40c6d63e8a959458737f6fa485d3598c12aef670
-RMD160 (mysql-5.5.33.tar.gz) = a2574b2ff320b0b4f93fb3a616f4ebbacd31f641
-Size (mysql-5.5.33.tar.gz) = 24680463 bytes
+SHA1 (mysql-5.5.34.tar.gz) = 4d09b9b685ef9c905ebce9bbaabb9a20391c49c9
+RMD160 (mysql-5.5.34.tar.gz) = d4b723e730a663dbdc649eb8a2e908c902a1db91
+Size (mysql-5.5.34.tar.gz) = 24699724 bytes
 SHA1 (patch-BUILD_compile-pentium-gcov) = a1ac666efa953a98455a726e5db359c903d699b6
 SHA1 (patch-CMakeLists.txt) = 0c4263762d2d9fafd84b25038cae57a87fed339d
 SHA1 (patch-client_completion_hash.cc) = e27fd7072a8206380f0a932b1a31d2843c985cbf
diff -r 6bed0d811b74 -r 53838e421516 databases/mysql55-server/PLIST
--- a/databases/mysql55-server/PLIST    Mon Sep 30 18:25:37 2013 +0000
+++ b/databases/mysql55-server/PLIST    Mon Sep 30 18:26:38 2013 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.23 2013/06/04 13:31:21 adam Exp $
+@comment $NetBSD: PLIST,v 1.24 2013/09/30 18:26:38 adam Exp $
 bin/innochecksum
 bin/my_print_defaults
 bin/myisam_ftdump
@@ -435,6 +435,7 @@
 share/mysql/test/include/have_utf32.inc
 share/mysql/test/include/have_utf8.inc
 share/mysql/test/include/have_utf8mb4.inc
+share/mysql/test/include/have_valgrind.inc
 share/mysql/test/include/implicit_commit_helper.inc
 share/mysql/test/include/index_merge1.inc
 share/mysql/test/include/index_merge2.inc


Home | Main Index | Thread Index | Old Index