Skip to content

Commit

Permalink
databases/mysql57-*: Update to 5.7.42
Browse files Browse the repository at this point in the history
Bugs Fixed

InnoDB: Prevent online DDL operations from accessing out-of-bounds
memory. (Bug #34750489, Bug #108925)

Replication: Some binary log events were not always handled
correctly. (Bug #34617506)

Replication: Setting binlog_order_commits to OFF could lead to a
missed GTID in the next binary log file's Previous_gtids event.

Our thanks to Yewei Xu and the Tencent team for the contribution.
(Bug #109485, Bug #34930969)

A client setting the character set to an impermissible client
character set (ucs2, utf16, utf16le, or utf32) could cause unexpected
behavior when the client used an authentication plugin. (Bug #35054579)

The scope of the connect_timeout limit was extended to full-packet
reads. (Bug #33723597)

References: See also: Bug #34574013.

 Using --single-transaction with mysqldump version 5.7.41 required
either the RELOAD or FLUSH_TABLES privilege. This requirement now
applies only when both gtid_mode=ON (default OFF) and with
--set-gtid-purged = ON|AUTO (default AUTO). (Bug #109685, Bug #109701,
Bug #34993824, Bug #34998910, Bug #35020512)

Full Changelog: https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-42.html

Sponsored by:	Netzkommune GmbH
  • Loading branch information
joneum committed Jun 6, 2023
1 parent 8febe8b commit e6db1ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion databases/mysql57-server/Makefile
@@ -1,5 +1,5 @@
PORTNAME?= mysql
PORTVERSION= 5.7.41
PORTVERSION= 5.7.42
PORTREVISION?= 0
CATEGORIES= databases
MASTER_SITES= MYSQL/MySQL-5.7
Expand Down
6 changes: 3 additions & 3 deletions databases/mysql57-server/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1681024896
SHA256 (mysql-boost-5.7.41.tar.gz) = d5735e172fbd235d22d2c7eec084c51e7a1648d9e28c78b54e0c8b8d46751cb9
SIZE (mysql-boost-5.7.41.tar.gz) = 53266489
TIMESTAMP = 1686034482
SHA256 (mysql-boost-5.7.42.tar.gz) = 7e1a7d45e7ca382eb3a992f63631c380904dd49c89f3382ec950aef01997524f
SIZE (mysql-boost-5.7.42.tar.gz) = 53288125

0 comments on commit e6db1ed

Please sign in to comment.