Update to MySQL 5.7.19
This commit is contained in:
parent
42d1733982
commit
77ff3a5e40
@ -57,7 +57,11 @@
|
||||
%global daemon_no_prefix mysqld
|
||||
|
||||
# Directory for storing pid file
|
||||
%if 0%{?rhel} == 6
|
||||
%global pidfiledir %{_localstatedir}/run/%{daemon_name}
|
||||
%else
|
||||
%global pidfiledir %{_rundir}/%{daemon_name}
|
||||
%endif
|
||||
|
||||
# We define some system's well known locations here so we can use them easily
|
||||
# later when building to another location (like SCL)
|
||||
@ -79,8 +83,8 @@
|
||||
%global sameevr %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
|
||||
Name: community-mysql
|
||||
Version: 5.7.18
|
||||
Release: 4%{?with_debug:.debug}%{?dist}
|
||||
Version: 5.7.19
|
||||
Release: 1%{?with_debug:.debug}%{?dist}
|
||||
Summary: MySQL client programs and shared libraries
|
||||
Group: Applications/Databases
|
||||
URL: http://www.mysql.com
|
||||
@ -696,7 +700,7 @@ export MTR_BUILD_THREAD=%{__isa_bits}
|
||||
--mem --parallel=auto --force --retry=2 \
|
||||
--mysqld=--binlog-format=mixed --skip-rpl \
|
||||
--suite-timeout=720 --testcase-timeout=30 \
|
||||
--clean-vardir \
|
||||
--report-unstable-tests --clean-vardir \
|
||||
%if %{check_testsuite}
|
||||
--max-test-fail=0 || :
|
||||
%else
|
||||
@ -967,6 +971,12 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jul 12 2017 Norvald H. Ryeng <norvald.ryeng@oracle.com> - 5.7.19-1
|
||||
- Update to MySQL 5.7.19, for various fixes described at
|
||||
https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-19.html
|
||||
- Use new --report-unstable-tests to handle unstable tests
|
||||
- Prefer /run over /var/run (#1462688)
|
||||
|
||||
* Fri Jul 07 2017 Igor Gnatenko <ignatenko@redhat.com> - 5.7.18-4
|
||||
- Rebuild due to bug in RPM (RHBZ #1468476)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mysql-boost-5.7.18.tar.gz) = bee9cc0e3cf889f7514ef1b70a6ee38be7b110d91cd0bf687b62b32483445e37a80e6dba348c52d69a90aa68c5eb4bea709fc9f2cea853dfe94aeffb09feb251
|
||||
SHA512 (mysql-boost-5.7.19.tar.gz) = 4f51be587c5aeb829152ba856b13b800d4f70e538e6f2f484e73d3fa249b90a6ecb27ffd41a8554ad0ed6192a69045e7949102b8248e722da63bd4ee631e395c
|
||||
|
Loading…
Reference in New Issue
Block a user