databases/mysql57-*: update to 5.7.44
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
This commit is contained in:
parent
cf4ba9ed71
commit
dca82fc9fd
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME?= mysql
|
||||
PORTVERSION= 5.7.43
|
||||
PORTVERSION= 5.7.44
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= MYSQL/MySQL-5.7
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue