parent
91b42db5ef
commit
27642a32c4
@ -1,8 +1,10 @@
|
||||
--- mysql-8.0.24/mysql-test/include/mtr_warnings.sql.orig 2021-04-18 18:04:05.166312799 +0200
|
||||
+++ mysql-8.0.24/mysql-test/include/mtr_warnings.sql 2021-04-18 18:04:23.605495467 +0200
|
||||
@@ -308,6 +308,11 @@
|
||||
*/
|
||||
("Manifest file '.*' is not read-only. For better security, please make sure that the file is read-only."),
|
||||
diff --git a/mysql-test/include/mtr_warnings.sql b/mysql-test/include/mtr_warnings.sql
|
||||
index 7a56616a..5e5f7950 100644
|
||||
--- a/mysql-test/include/mtr_warnings.sql
|
||||
+++ b/mysql-test/include/mtr_warnings.sql
|
||||
@@ -359,6 +359,11 @@ INSERT INTO global_suppressions VALUES
|
||||
("A deprecated TLS version TLSv1 is enabled for channel"),
|
||||
("A deprecated TLS version TLSv1.1 is enabled for channel"),
|
||||
|
||||
+ /*
|
||||
+ ARM32 don't support timers and get this warning in every test.
|
||||
|
@ -78,7 +78,7 @@
|
||||
%global sameevr %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
|
||||
Name: mysql
|
||||
Version: 8.0.25
|
||||
Version: 8.0.26
|
||||
Release: 1%{?with_debug:.debug}%{?dist}
|
||||
Summary: MySQL client programs and shared libraries
|
||||
URL: http://www.mysql.com
|
||||
@ -823,7 +823,9 @@ fi
|
||||
%{_libdir}/mysql/plugin/rewrite_example.so
|
||||
%{_libdir}/mysql/plugin/rewriter.so
|
||||
%{_libdir}/mysql/plugin/semisync_master.so
|
||||
%{_libdir}/mysql/plugin/semisync_replica.so
|
||||
%{_libdir}/mysql/plugin/semisync_slave.so
|
||||
%{_libdir}/mysql/plugin/semisync_source.so
|
||||
%{_libdir}/mysql/plugin/validate_password.so
|
||||
%{_libdir}/mysql/plugin/version_token.so
|
||||
|
||||
@ -904,6 +906,7 @@ fi
|
||||
%{_libdir}/mysql/plugin/component_test_host_application_signal.so
|
||||
%{_libdir}/mysql/plugin/component_test_mysql_current_thread_reader.so
|
||||
%{_libdir}/mysql/plugin/component_test_mysql_runtime_error.so
|
||||
%{_libdir}/mysql/plugin/component_test_mysql_system_variable_set.so
|
||||
%{_libdir}/mysql/plugin/component_test_pfs_notification.so
|
||||
%{_libdir}/mysql/plugin/component_test_pfs_resource_group.so
|
||||
%{_libdir}/mysql/plugin/component_test_status_var_service_int.so
|
||||
@ -919,6 +922,7 @@ fi
|
||||
%{_libdir}/mysql/plugin/component_test_sys_var_service_same.so
|
||||
%{_libdir}/mysql/plugin/component_test_sys_var_service.so
|
||||
%{_libdir}/mysql/plugin/component_test_sys_var_service_str.so
|
||||
%{_libdir}/mysql/plugin/component_test_table_access.so
|
||||
%{_libdir}/mysql/plugin/component_test_udf_registration.so
|
||||
%{_libdir}/mysql/plugin/component_test_udf_services.so
|
||||
%{_libdir}/mysql/plugin/component_udf_reg_3_func.so
|
||||
@ -969,6 +973,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Sep 21 2021 Lars Tangvald <lars.tangvald@oracle.com> - 8.0.26-1
|
||||
- Update to MySQL 8.0.26
|
||||
|
||||
* Tue Sep 21 2021 Michal Schorm <mschorm@redhat.com> - 8.0.25-1
|
||||
- Update to MySQL 8.0.25
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mysql-boost-8.0.25.tar.gz) = af653ccff66a9d87221b46ad4f7bcc629700549f758998b9a7fb22e4573b9495a28624e031f016f9ad8fe0dfcf481b82f1ffe224aa48c2d45531570026b26081
|
||||
SHA512 (mysql-boost-8.0.26.tar.gz) = 63d47cb52407a816dc9f4330b99924624dfee46e57e7fdce19eff32909dd9e23251e2439d1807b002a1661b547173222c77465a3ca4dbb312414a84927809cfc
|
||||
|
Loading…
Reference in New Issue
Block a user