From a9d801e372195e4c76455c3f08c7b90ffb931555 Mon Sep 17 00:00:00 2001 From: xiongyu Date: Mon, 10 Jun 2024 11:53:48 +0000 Subject: [PATCH] =?UTF-8?q?Replace=20deprecated=20configuration=20paramete?= =?UTF-8?q?rs=20innodb=5Flog=5Ffile=5Fsize=20as=20innodb=5Fredo=5Flog=5Fca?= =?UTF-8?q?pacity=20.=20innodb=5Flog=5Ffile=5Fsize=20=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E5=B7=B2=E8=A2=AB=E5=BC=83=E7=94=A8=EF=BC=8C=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=20innodb=5Fredo=5Flog=5Fcapacity=20=E6=9B=BF=E4=BB=A3=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xiongyu --- greatsql.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/greatsql.spec b/greatsql.spec index 067d359..c65f7ab 100644 --- a/greatsql.spec +++ b/greatsql.spec @@ -32,7 +32,7 @@ %global greatsql_version 25 %global revision db07cc5cb73 %global tokudb_backup_version %{mysql_version}-%{greatsql_version} -%global rpm_release 2 +%global rpm_release 3 %global release %{greatsql_version}.%{rpm_release}%{?dist} @@ -675,7 +675,7 @@ echo "long_query_time = 1" >> /etc/my.cnf echo "log_slow_verbosity = FULL" >> /etc/my.cnf echo "log_error_verbosity = 3" >> /etc/my.cnf echo "innodb_buffer_pool_size = 1G" >> /etc/my.cnf -echo "innodb_log_file_size = 128M" >> /etc/my.cnf +echo "innodb_redo_log_capacity = 384M" >> /etc/my.cnf %preun -n greatsql-server %if 0%{?systemd} @@ -1350,6 +1350,9 @@ fi %changelog +* Mon Jun 10 2024 xiongyu - 8.0.32-25.3 +- Replace deprecated configuration parameters innodb_log_file_size as innodb_redo_log_capacity + * Fri Jun 7 2024 GreatSQL - 8.0.32-25.2 - Change the compilation dependency of compat-openssl to openssl for GreatSQL-8.0.32-25.2 -- Gitee