import CS git mysql-8.0.46-1.el8
This commit is contained in:
parent
1f075b8d1e
commit
a63b87f874
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/mysql-boost-8.0.45.tar.gz
|
||||
SOURCES/mysql-boost-8.0.46.tar.gz
|
||||
|
||||
@ -1 +1 @@
|
||||
7717b8f6814072160cac2cb3b836045c5ef2ca7f SOURCES/mysql-boost-8.0.45.tar.gz
|
||||
5371ffebb8921f00392f98b0b301550e9853b61e SOURCES/mysql-boost-8.0.46.tar.gz
|
||||
|
||||
@ -58,3 +58,9 @@ clone.remote_dml_auto_tune : BUG#0 # unstable
|
||||
sys_vars.myisam_data_pointer_size_func : BUG#0 # unstable
|
||||
main.mysql_client_test : BUG#0 # unstable
|
||||
innodb_undo.undo_settings : BUG#0 # unstable
|
||||
|
||||
# Failing since MySQL 8.0.46
|
||||
auth_sec.atomic_rename_user : BUG#0
|
||||
main.grant_user_lock : BUG#0
|
||||
main.loaddata_special : BUG#0
|
||||
x.resource_groups : BUG#0
|
||||
|
||||
@ -19,7 +19,7 @@ ExcludeArch: %{ix86}
|
||||
# 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.45
|
||||
%global last_tested_version 8.0.46
|
||||
# Set to 1 to force run the testsuite even if it was already tested in current version
|
||||
%global force_run_testsuite 0
|
||||
|
||||
@ -147,7 +147,7 @@ ExcludeArch: %{ix86}
|
||||
%endif
|
||||
|
||||
Name: %{?scl_prefix}mysql
|
||||
Version: 8.0.45
|
||||
Version: 8.0.46
|
||||
Release: 1%{?with_debug:.debug}%{?dist}
|
||||
Summary: MySQL client programs and shared libraries
|
||||
URL: http://www.mysql.com
|
||||
@ -1209,6 +1209,10 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
||||
* Wed Apr 22 2026 Michal Schorm <mschorm@redhat.com> - 8.0.46-1
|
||||
- Rebase to 8.0.46
|
||||
|
||||
* Fri Jan 23 2026 Michal Schorm <mschorm@redhat.com> - 8.0.45-1
|
||||
- Rebase to 8.0.45
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user