[packages/mysql] Up to 8.4.6; bump files limit by default (as it causes problems, by default, on busy servers)
arekm
arekm at pld-linux.org
Wed Jul 23 11:51:02 CEST 2025
commit bb52ac6cd38d7b489455293c15b8783cd7e6482b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Wed Jul 23 11:50:28 2025 +0200
Up to 8.4.6; bump files limit by default (as it causes problems, by default, on busy servers)
mysql.spec | 4 ++--
mysql.sysconfig | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/mysql.spec b/mysql.spec
index 52c4bfc..a291c12 100644
--- a/mysql.spec
+++ b/mysql.spec
@@ -38,13 +38,13 @@ Summary(zh_CN.UTF-8): MySQL数据库服务器
%define majorver 8.4
Name: mysql%{majorver}
# keep stable (and not "innovation") line here
-Version: 8.4.4
+Version: 8.4.6
Release: 1
License: GPL v2 + MySQL FOSS License Exception
Group: Applications/Databases
#Source0Download: https://dev.mysql.com/downloads/mysql/8.4.html#downloads
Source0: http://cdn.mysql.com/Downloads/MySQL-%{majorver}/mysql-%{version}.tar.gz
-# Source0-md5: 8a84adf49a62da3147998928056d880b
+# Source0-md5: 33a1d8f60875f1f28cc7551015082c63
Source100: http://www.sphinxsearch.com/files/sphinx-2.2.11-release.tar.gz
# Source100-md5: 5cac34f3d78a9d612ca4301abfcbd666
%if %{without system_boost}
diff --git a/mysql.sysconfig b/mysql.sysconfig
index a314c78..01b6d9a 100644
--- a/mysql.sysconfig
+++ b/mysql.sysconfig
@@ -24,4 +24,4 @@ MYSQL_RA_COMPAT="no"
#MYSQL_OPTIONS="--open-files-limit=65535"
# fd limit increase
-#SERVICE_LIMITS="$DEFAULT_SERVICE_LIMITS -n 65535"
+SERVICE_LIMITS="$DEFAULT_SERVICE_LIMITS -n 65535"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mysql.git/commitdiff/bb52ac6cd38d7b489455293c15b8783cd7e6482b
More information about the pld-cvs-commit
mailing list