Update to MySQL 8.0.31
This commit is contained in:
parent
e1c6e901fc
commit
c140b47963
@ -13,7 +13,7 @@
|
||||
# The last version on which the full testsuite has been run
|
||||
# In case of further rebuilds of that version, don't require full testsuite to be run
|
||||
# run only "main" suite
|
||||
%global last_tested_version 8.0.30
|
||||
%global last_tested_version 8.0.31
|
||||
# Set to 1 to force run the testsuite even if it was already tested in current version
|
||||
%global force_run_testsuite 0
|
||||
|
||||
@ -75,8 +75,8 @@
|
||||
%global sameevr %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
|
||||
Name: community-mysql
|
||||
Version: 8.0.30
|
||||
Release: 3%{?with_debug:.debug}%{?dist}
|
||||
Version: 8.0.31
|
||||
Release: 1%{?with_debug:.debug}%{?dist}
|
||||
Summary: MySQL client programs and shared libraries
|
||||
URL: http://www.mysql.com
|
||||
|
||||
@ -909,12 +909,14 @@ fi
|
||||
%{_libdir}/mysql/plugin/component_test_backup_lock_service.so
|
||||
%{_libdir}/mysql/plugin/component_test_component_deinit.so
|
||||
%{_libdir}/mysql/plugin/component_test_host_application_signal.so
|
||||
%{_libdir}/mysql/plugin/component_test_mysql_command_services.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_sensitive_system_variables.so
|
||||
%{_libdir}/mysql/plugin/component_test_status_var_reader.so
|
||||
%{_libdir}/mysql/plugin/component_test_status_var_service_int.so
|
||||
%{_libdir}/mysql/plugin/component_test_status_var_service_reg_only.so
|
||||
%{_libdir}/mysql/plugin/component_test_status_var_service.so
|
||||
@ -972,6 +974,7 @@ fi
|
||||
%{_libdir}/mysql/plugin/qa_auth_server.so
|
||||
%{_libdir}/mysql/plugin/replication_observers_example_plugin.so
|
||||
%{_libdir}/mysql/plugin/test_security_context.so
|
||||
%{_libdir}/mysql/plugin/test_services_command_services.so
|
||||
%{_libdir}/mysql/plugin/test_services_host_application_signal.so
|
||||
%{_libdir}/mysql/plugin/test_services_plugin_registry.so
|
||||
%{_libdir}/mysql/plugin/test_udf_services.so
|
||||
@ -979,6 +982,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Sep 30 2022 Lars Tangvald <lars.tangvald@oracle.com> - 8.0.31-1
|
||||
- Update to MySQL 8.0.31
|
||||
|
||||
* Mon Sep 12 2022 Michal Schorm <mschorm@redhat.com> - 8.0.30-3
|
||||
- Release bump for rebuild
|
||||
|
||||
|
@ -20,3 +20,7 @@ rpl_gtid.rpl_mixed_temp_table_stored_function : BUG#0
|
||||
rpl_gtid.rpl_multi_source_mtr_includes : BUG#0
|
||||
clone.local_dml_auto_tune : BUG#0
|
||||
clone.remote_dml_auto_tune : BUG#0
|
||||
|
||||
# Fails since 8.0.31
|
||||
main.mysql_client_test : BUG#0
|
||||
main.mysqlslap : BUG#0
|
||||
|
@ -56,3 +56,6 @@ main.slow_log : BUG#0
|
||||
|
||||
# Failing on x86_64, i686 since MySQL 8.0.30
|
||||
innodb.check_sector_size : BUG#0
|
||||
|
||||
# Failing on all architectures since MySQL 8.0.31
|
||||
auth_sec.fips : BUG#0
|
||||
|
@ -8,3 +8,16 @@ rpl_gtid.rpl_multi_source_mtr_includes : BUG#0
|
||||
rpl.rpl_innodb_bug28430 : BUG#0
|
||||
clone.local_dml_auto_tune : BUG#0
|
||||
clone.remote_dml_auto_tune : BUG#0
|
||||
|
||||
# Fails since 8.0.31
|
||||
main.multi_update : BUG#0
|
||||
main.mysqlslap : BUG#0
|
||||
main.lock_multi_bug38691 : BUG#0
|
||||
main.mysql_client_test : BUG#0
|
||||
|
||||
main.check : BUG#0
|
||||
main.count_distinct2 : BUG#0
|
||||
main.foreign_key : BUG#0
|
||||
main.lock_multi_bug38499 : BUG#0
|
||||
main.subquery_all : BUG#0
|
||||
main.type_temporal_fractional : BUG#0
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mysql-boost-8.0.30.tar.gz) = 03cf3f97c9ddac949311f201f0a2c8f46a9785e518b6671fac927df1c05e2bf30edac3ac0316d91e99bb3da04ce2866e1e47394ee6eb2ca8f43bbbd38ab4247a
|
||||
SHA512 (mysql-boost-8.0.31.tar.gz) = 87b1678de8c2fd640fd6f3ae58266ea63fe240578330e3296d0e5fc209bbe9b0c22996214b6ca4cce8c0d9cc2f9897f4e6723d835b33fc4342983c82929c3d96
|
||||
|
Loading…
Reference in New Issue
Block a user