git: f75424e8ff81 - 2022Q2 - databases/mysql57-*: Update ti 5.7.38

From: Jochen Neumeister <joneum_at_FreeBSD.org>
Date: Sat, 30 Apr 2022 10:35:13 UTC
The branch 2022Q2 has been updated by joneum:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f75424e8ff81188a486e127eda0409cd5b042130

commit f75424e8ff81188a486e127eda0409cd5b042130
Author:     Jochen Neumeister <joneum@FreeBSD.org>
AuthorDate: 2022-04-30 10:14:59 +0000
Commit:     Jochen Neumeister <joneum@FreeBSD.org>
CommitDate: 2022-04-30 10:34:57 +0000

    databases/mysql57-*: Update ti 5.7.38
    
    Bugs Fixed
    
        InnoDB: A missing null pointer check for an index instance caused a failure. (Bug #33600109)
    
        InnoDB: Purge threads processed undo records of an encrypted table for which the tablespace was not loaded, causing a failure. (Bug #32586721)
    
        InnoDB: Incorrect AUTO_INCREMENT values were generated when the maximum integer column value was exceeded. The error was due to the maximum column value not being considered. The previous valid AUTO_INCREMENT value should have been returned in this case, causing a duplicate key error. (Bug #87926, Bug #26906787)
    
        Partitioning: In some cases, establishing a connection to MySQL server could fail if the .ibd file for a partition was missing. (Bug #33459653)
    
        Statements that cannot be parsed (due, for example, to syntax errors) are no longer written to the slow query log. (Bug #33732907)
    
        It was not possible to revoke the DROP privilege on the Performance Schema. (Bug #33578113)
    
        A page cleaner thread timed out as it waited for an exclusive lock on an index page held by a full-text index creation operation on a large table. (Bug #33101844)
    
        A memory leak occurred if mysqldump was used on more than one table with the --order-by-primary option. The memory allocated for sorting each table’s rows is now freed after every table, rather than only once. (Bug #30042589, Bug #96178)
    
        mysqld_safe log message textual errors were corrected. Thanks to Bin Wang at China Mobile for the contribution. (Bug #106590, Bug #33903639)
    
    Full Changelog: https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-38.html
    
    Sponsored by:   Netzkommune GmbH
    
    (cherry picked from commit 7339d36b4f77fe5229258694a0500e9637cb87c9)
---
 databases/mysql57-client/Makefile | 2 +-
 databases/mysql57-server/Makefile | 4 ++--
 databases/mysql57-server/distinfo | 6 +++---
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/databases/mysql57-client/Makefile b/databases/mysql57-client/Makefile
index 81ae8401f36a..e1c3afe69b57 100644
--- a/databases/mysql57-client/Makefile
+++ b/databases/mysql57-client/Makefile
@@ -1,7 +1,7 @@
 # Created by: "Mahdi Mokhtari <mokhi64@gmail.com>"
 
 PORTNAME=	mysql
-PORTREVISION=	1
+PORTREVISION=	0
 PKGNAMESUFFIX=	57-client
 
 COMMENT=	Multithreaded SQL database (client)
diff --git a/databases/mysql57-server/Makefile b/databases/mysql57-server/Makefile
index 5ddcc713c76e..df5ce45c862f 100644
--- a/databases/mysql57-server/Makefile
+++ b/databases/mysql57-server/Makefile
@@ -1,8 +1,8 @@
 # Created by: Mahdi Mokhtari <mokhi64@gmail.com>
 
 PORTNAME?=	mysql
-PORTVERSION=	5.7.37
-PORTREVISION?=	1
+PORTVERSION=	5.7.38
+PORTREVISION?=	0
 CATEGORIES=	databases
 MASTER_SITES=	MYSQL/MySQL-5.7
 PKGNAMESUFFIX?=	57-server
diff --git a/databases/mysql57-server/distinfo b/databases/mysql57-server/distinfo
index 046c3e529fc0..b1c0142ff93e 100644
--- a/databases/mysql57-server/distinfo
+++ b/databases/mysql57-server/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1644861661
-SHA256 (mysql-boost-5.7.37.tar.gz) = fed080e0b6200384315becb45a0a922f9a1c403bf8d0ab41d0d87f1d1507c8f0
-SIZE (mysql-boost-5.7.37.tar.gz) = 52978401
+TIMESTAMP = 1651211695
+SHA256 (mysql-boost-5.7.38.tar.gz) = 89d2c42aaa7fd2e31f33b21c5619d2b4c7e1dc2081f820f9f6eec2f30c5fbbf8
+SIZE (mysql-boost-5.7.38.tar.gz) = 52973240