[packages/mysql/MYSQL_8_0] Rel 2; it seem to require explicit setting for files limit

arekm arekm at pld-linux.org
Wed Jul 23 12:51:44 CEST 2025


commit e5e9e05621d4e808f2de6bec35508053329662f1
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Wed Jul 23 12:51:15 2025 +0200

    Rel 2; it seem to require explicit setting for files limit

 mysql.spec      | 2 +-
 mysql.sysconfig | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mysql.spec b/mysql.spec
index e6819f7..c6c2480 100644
--- a/mysql.spec
+++ b/mysql.spec
@@ -38,7 +38,7 @@ Summary(zh_CN.UTF-8):	MySQL数据库服务器
 Name:		mysql%{majorver}
 # keep stable (and not "innovation") line here
 Version:	8.0.43
-Release:	1
+Release:	2
 License:	GPL v2 + MySQL FOSS License Exception
 Group:		Applications/Databases
 #Source0Download: https://dev.mysql.com/downloads/mysql/8.0.html#downloads
diff --git a/mysql.sysconfig b/mysql.sysconfig
index 01b6d9a..201b9d2 100644
--- a/mysql.sysconfig
+++ b/mysql.sysconfig
@@ -21,7 +21,7 @@ MYSQL_RA_COMPAT="no"
 #RPM_SKIP_AUTO_RESTART=yes
 
 # Any option passed directly to mysqld on startup.
-#MYSQL_OPTIONS="--open-files-limit=65535"
+MYSQL_OPTIONS="--open-files-limit=65535"
 
 # fd limit increase
 SERVICE_LIMITS="$DEFAULT_SERVICE_LIMITS -n 65535"
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mysql.git/commitdiff/e5e9e05621d4e808f2de6bec35508053329662f1



More information about the pld-cvs-commit mailing list