pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/30959f002839
branches:  trunk
changeset: 624815:30959f002839
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Oct 01 11:00:39 2013 +0000

description:
Changes 5.1.72:
* 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: 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.
* InnoDB: An infinite loop could occur in buf_page_get_gen when handling compressed-only pages.
* Within a stored program, comparison of the value of a scalar subquery with an IN clause resulted in an error for the first execution and raised an assertion for the second execution.
* The my_strtoll10() function could incorrectly convert some long string-format numbers to numeric values and fail to set the overflow flag.
* For queries that accessed an INFORMATION_SCHEMA table in a subquery, and attempt to lock a mutex that had already been locked could cause a server crash.
* For DIV expressions, assignment of the result to multiple variables could cause a server crash.
* mysqldump wrote SET statements as SET OPTION, which failed when reloaded because the deprecated OPTION keyword has been removed from SET syntax.
* If one connection changed its default database and simultaneously another connection executed SHOW PROCESSLIST, the second connection could access invalid memory when attempting to display the 
first connection's default database. memory.

diffstat:

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

diffs (64 lines):

diff -r da05a1a0de11 -r 30959f002839 databases/mysql51-client/Makefile.common
--- a/databases/mysql51-client/Makefile.common  Tue Oct 01 11:00:17 2013 +0000
+++ b/databases/mysql51-client/Makefile.common  Tue Oct 01 11:00:39 2013 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.29 2013/08/04 10:20:24 adam Exp $
+# $NetBSD: Makefile.common,v 1.30 2013/10/01 11:00:39 adam Exp $
 #
 # used by databases/mysql51-client/Makefile
 # used by databases/mysql51-server/Makefile
 
-DISTNAME=      mysql-5.1.71
+DISTNAME=      mysql-5.1.72
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_MYSQL:=MySQL-5.1/}
 
diff -r da05a1a0de11 -r 30959f002839 databases/mysql51-client/distinfo
--- a/databases/mysql51-client/distinfo Tue Oct 01 11:00:17 2013 +0000
+++ b/databases/mysql51-client/distinfo Tue Oct 01 11:00:39 2013 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.25 2013/08/04 10:20:24 adam Exp $
+$NetBSD: distinfo,v 1.26 2013/10/01 11:00:39 adam Exp $
 
-SHA1 (mysql-5.1.71.tar.gz) = a71c77c43aa8374ccb6e09f0ad7f225846af59e6
-RMD160 (mysql-5.1.71.tar.gz) = 4077b4aab7297a48b5dc180acf35c9a94bce366c
-Size (mysql-5.1.71.tar.gz) = 24033179 bytes
+SHA1 (mysql-5.1.72.tar.gz) = af1f46e56402b38a085ac592cd7df3aa25e9cea2
+RMD160 (mysql-5.1.72.tar.gz) = a5ba8bedf4027af90a4612a1a7f3a848999cfbf5
+Size (mysql-5.1.72.tar.gz) = 24044338 bytes
 SHA1 (patch-aa) = 344bc9ab7013fbf64be6adbe8a9fc6279887beb1
 SHA1 (patch-ab) = a1c699ebd9dc7e2cec9354035cbd9fdc2a411175
 SHA1 (patch-ac) = a250b9797fbaad51d054cbb324feb0f7c29096d4
diff -r da05a1a0de11 -r 30959f002839 databases/mysql51-server/PLIST
--- a/databases/mysql51-server/PLIST    Tue Oct 01 11:00:17 2013 +0000
+++ b/databases/mysql51-server/PLIST    Tue Oct 01 11:00:39 2013 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.23 2013/08/04 10:20:24 adam Exp $
+@comment $NetBSD: PLIST,v 1.24 2013/10/01 11:00:39 adam Exp $
 bin/innochecksum
 bin/my_print_defaults
 bin/myisam_ftdump
@@ -291,6 +291,7 @@
 share/mysql-test/include/have_udf.inc
 share/mysql-test/include/have_ujis.inc
 share/mysql-test/include/have_utf8.inc
+share/mysql-test/include/have_valgrind.inc
 share/mysql-test/include/index_merge1.inc
 share/mysql-test/include/index_merge2.inc
 share/mysql-test/include/index_merge_2sweeps.inc
diff -r da05a1a0de11 -r 30959f002839 databases/mysql51-server/distinfo
--- a/databases/mysql51-server/distinfo Tue Oct 01 11:00:17 2013 +0000
+++ b/databases/mysql51-server/distinfo Tue Oct 01 11:00:39 2013 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.29 2013/08/22 11:09:46 christos Exp $
+$NetBSD: distinfo,v 1.30 2013/10/01 11:00:39 adam Exp $
 
-SHA1 (mysql-5.1.71.tar.gz) = a71c77c43aa8374ccb6e09f0ad7f225846af59e6
-RMD160 (mysql-5.1.71.tar.gz) = 4077b4aab7297a48b5dc180acf35c9a94bce366c
-Size (mysql-5.1.71.tar.gz) = 24033179 bytes
+SHA1 (mysql-5.1.72.tar.gz) = af1f46e56402b38a085ac592cd7df3aa25e9cea2
+RMD160 (mysql-5.1.72.tar.gz) = a5ba8bedf4027af90a4612a1a7f3a848999cfbf5
+Size (mysql-5.1.72.tar.gz) = 24044338 bytes
 SHA1 (patch-aa) = 2a5321738e637a56e57cd6b1b40908d2bf275506
 SHA1 (patch-ab) = 4c485a74d55553d63fc3dbc0350d0aa0068e1fcf
 SHA1 (patch-ac) = bfb6eec77d7c5aa8d2b849632769005dcf2e272c


Home | Main Index | Thread Index | Old Index