Date: Sat, 17 Sep 2022 23:16:30 GMT From: Jochen Neumeister <joneum@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 000b25c37420 - main - bases/mysql57-*: Update ti 5.7.39 Message-ID: <202209172316.28HNGU68034103@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by joneum: URL: https://cgit.FreeBSD.org/ports/commit/?id=000b25c37420411ea7727fd71affa0040276bc6d commit 000b25c37420411ea7727fd71affa0040276bc6d Author: Jochen Neumeister <joneum@FreeBSD.org> AuthorDate: 2022-09-17 23:08:21 +0000 Commit: Jochen Neumeister <joneum@FreeBSD.org> CommitDate: 2022-09-17 23:16:23 +0000 bases/mysql57-*: Update ti 5.7.39 Bugs Fixed: - InnoDB: A 4GB tablespace file size limit on Windows 32-bit systems has been removed. The limit was due to an incorrect calculation performed while extending the tablespace. (Bug #28934351) - Replication: The write sets extracted by MySQL Replication from transactions when the transaction_write_set_extraction system variable is enabled (which is the default) are extracted from primary keys, unique keys, and foreign keys. They are used to detect dependencies and conflicts between transactions. Previously, write sets involving multi-column foreign keys were incorrectly identifying each column as a separate foreign key. The issue has now been fixed and foreign key write sets include all referenced key columns. (Bug #34095747, Bug #34144531) - Replication: When the --replicate-same-server-id option was used to make the replica not skip events that have its own server ID, if the log file was rotated, replication stopped with an error. The log rotation event now checks and applies the current value of the option. (Bug #89375, Bug #27492990) - Under certain circumstances TRUNCATE performance_schema.accounts caused duplicated counts in global_status. Full Changelog: https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-39.html Sponsored by: Netzkommune GmbH --- databases/mysql57-server/Makefile | 2 +- databases/mysql57-server/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/databases/mysql57-server/Makefile b/databases/mysql57-server/Makefile index 42dc6513451e..04a251f93485 100644 --- a/databases/mysql57-server/Makefile +++ b/databases/mysql57-server/Makefile @@ -1,5 +1,5 @@ PORTNAME?= mysql -PORTVERSION= 5.7.38 +PORTVERSION= 5.7.39 PORTREVISION?= 0 CATEGORIES= databases MASTER_SITES= MYSQL/MySQL-5.7 diff --git a/databases/mysql57-server/distinfo b/databases/mysql57-server/distinfo index b1c0142ff93e..6ffadc5c72c4 100644 --- a/databases/mysql57-server/distinfo +++ b/databases/mysql57-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1651211695 -SHA256 (mysql-boost-5.7.38.tar.gz) = 89d2c42aaa7fd2e31f33b21c5619d2b4c7e1dc2081f820f9f6eec2f30c5fbbf8 -SIZE (mysql-boost-5.7.38.tar.gz) = 52973240 +TIMESTAMP = 1663326313 +SHA256 (mysql-boost-5.7.39.tar.gz) = 8206d24cb93c52d900ce67cd50618331a4cc071c0040b3a72bcb4b94fa45468f +SIZE (mysql-boost-5.7.39.tar.gz) = 53243335
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209172316.28HNGU68034103>