Skip to content

Commit

Permalink
databases/mysql57-*: update to 5.7.44
Browse files Browse the repository at this point in the history
Important:
MySQL 5.7.44 is the final release of the MySQL 5.7 series.

MySQL 5.7 users are encouraged to upgrade to the latest MySQL 8.0 or
MySQL Innovation release.

Bugs Fixed

InnoDB: Fixed processing of single character tokens by a FTS parser plugin.

Our thanks to Shaohua Wang for the contribution. (Bug #35432973)

InnoDB: The last detected deadlock section of the engine status log
was only showing 1024 characters for the combined thread and query
information. Fixing by removing the printed query string limit. (Bug

Some complex queries using multiple common table expressions were
not always handled correctly. (Bug #34900334)

References: This issue is a regression of: Bug #34377854.

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

Sponsored by:	Netzkommune GmbH
  • Loading branch information
joneum committed Nov 17, 2023
1 parent cf4ba9e commit dca82fc
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.43
PORTVERSION= 5.7.44
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 = 1697571027
SHA256 (mysql-boost-5.7.43.tar.gz) = 22998c0fe8439a6946644f175b6f219d5f503d4c194b246a338f1dfcd87db045
SIZE (mysql-boost-5.7.43.tar.gz) = 53291096
TIMESTAMP = 1700161934
SHA256 (mysql-boost-5.7.44.tar.gz) = b8fe262c4679cb7bbc379a3f1addc723844db168628ce2acf78d33906849e491
SIZE (mysql-boost-5.7.44.tar.gz) = 53298645

0 comments on commit dca82fc

Please sign in to comment.