From: Marcin Krol Date: Tue, 19 Aug 2025 12:18:00 +0000 (+0200) Subject: - updated to 8.4.6, increase limits by default X-Git-Url: https://git.tld-linux.org/?a=commitdiff_plain;h=1ddb1867d3df96712822a071613b0b2b0a91b303;p=packages%2Fmysql.git - updated to 8.4.6, increase limits by default --- diff --git a/mysql.spec b/mysql.spec index 0f622e8..37c88fd 100644 --- a/mysql.spec +++ b/mysql.spec @@ -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.4.4 +Version: 8.4.6 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: 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..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" +SERVICE_LIMITS="$DEFAULT_SERVICE_LIMITS -n 65535"