]> TLD Linux GIT Repositories - packages/mysql.git/commitdiff
- updated to 8.0.43, increase limits by default
authorMarcin Krol <hawk@tld-linux.org>
Tue, 19 Aug 2025 12:16:28 +0000 (14:16 +0200)
committerMarcin Krol <hawk@tld-linux.org>
Tue, 19 Aug 2025 12:16:28 +0000 (14:16 +0200)
mysql.spec
mysql.sysconfig

index 34a9207377e129c795d9aa0d3b0b69c653bd0a1f..56989d1cec9549d08abb1da646eeecf18b32c288 100644 (file)
@@ -26,12 +26,12 @@ Summary(ru.UTF-8):  MySQL - быстрый SQL-сервер
 Summary(uk.UTF-8):     MySQL - швидкий SQL-сервер
 Summary(zh_CN.UTF-8):  MySQL数据库服务器
 Name:          mysql-%{mysqlversion}
-Version:       8.0.41
+Version:       8.0.43
 Release:        1
 License:       GPL v2 + MySQL FOSS License Exception
 Group:         Applications/Databases
 Source0:       http://cdn.mysql.com/Downloads/MySQL-%{mysqlversion}/mysql-%{version}.tar.gz
-# Source0-md5: 5ea07b3e0e4c82af2b41553a32c26c62
+# Source0-md5: 7874062a56957c17c03763563b69b354
 Source100:     http://www.sphinxsearch.com/files/sphinx-2.2.11-release.tar.gz
 # Source100-md5:       5cac34f3d78a9d612ca4301abfcbd666
 %if %{without system_boost}
index a314c788ea146ec4a0c295a7ffae5fa30ffad1d8..201b9d279fa9a24a389b8d1f276bda94e3a5f5fe 100644 (file)
@@ -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"
+SERVICE_LIMITS="$DEFAULT_SERVICE_LIMITS -n 65535"