diff options
author | Jochen Neumeister <joneum@FreeBSD.org> | 2022-09-17 23:08:21 +0000 |
---|---|---|
committer | Jochen Neumeister <joneum@FreeBSD.org> | 2022-09-17 23:16:23 +0000 |
commit | 000b25c37420411ea7727fd71affa0040276bc6d (patch) | |
tree | 31c6f0a2629c9dfc2ec0d17f2415bf5bb79e7ead | |
parent | 6c9f5f302d368bc0a8ee78f12e8e9bfd8f255d09 (diff) | |
download | ports-000b25c37420411ea7727fd71affa0040276bc6d.tar.gz ports-000b25c37420411ea7727fd71affa0040276bc6d.zip |
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
-rw-r--r-- | databases/mysql57-server/Makefile | 2 | ||||
-rw-r--r-- | 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 |