forked from pool/mariadb
Accepting request 733168 from home:kstreitova:branches:server:database
- update to 10.3.18 * notable changes * Connect updated to Connect 1.06.0010 * MDEV-20066: This bug could cause a table to become corrupt if a column was added instantly * MDEV-15326: A race condition in InnoDB transaction commit that affects record locking was fixed * MDEV-17187: Table doesn't exist in engine after ALTER of FOREIGN KEY * MDEV-20301: InnoDB's MVCC has O(N^2) behaviors * MDEV-18128: Simplify .ibd file creation * MDEV-20060: Failing assertion: srv_log_file_size <= 512ULL << 30 while preparing backup * MDEV-20247: Replication hangs with "preparing" and never starts * MDEV-17614: Remove unnecessary locking for INSERT...ON DUPLICATE KEY UPDATE * MDEV-20311: row_ins_step accesses uninitialized memory * MDEV-19947: Repositories for RHEL 8 ppc64le added * fixes for the following security vulnerabilities: none * release notes and changelog: https://mariadb.com/kb/en/library/mariadb-10318-release-notes https://mariadb.com/kb/en/library/mariadb-10318-changelog OBS-URL: https://build.opensuse.org/request/show/733168 OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=238
This commit is contained in:
parent
d6250d1a44
commit
a0748fbc69
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:20a1ea4fc59aae89dcc82aff0d4907b036daf9bfbd252f08162399f055097097
|
|
||||||
size 71894997
|
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v2
|
|
||||||
|
|
||||||
iEYEABECAAYFAl0/HkcACgkQy8sIKhu5Q9vPzgCggjXcddbYnPocg832L8RQpUnY
|
|
||||||
Op8AnRuT0lFduvcNZluz44/u8vFS2IIq
|
|
||||||
=9tGf
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
mariadb-10.3.18.tar.gz
Normal file
3
mariadb-10.3.18.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:69456ca85bf9d96c6d28b4ade2a9f6787d79a602e27ef941f9ba4e0b55dddedc
|
||||||
|
size 71950543
|
6
mariadb-10.3.18.tar.gz.sig
Normal file
6
mariadb-10.3.18.tar.gz.sig
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iF0EABECAB0WIQQZk2nlQEvV/H0v5DvLywgqG7lD2wUCXXaajgAKCRDLywgqG7lD
|
||||||
|
2zDyAJ48lOy0CBK4QG2mErPjwZ9WNA/ycwCg3D6J/6vdnn91plZaG1ulRjHmiuk=
|
||||||
|
=ul5R
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 24 11:08:33 UTC 2019 - Kristyna Streitova <kstreitova@suse.com>
|
||||||
|
|
||||||
|
- update to 10.3.18
|
||||||
|
* notable changes
|
||||||
|
* Connect updated to Connect 1.06.0010
|
||||||
|
* MDEV-20066: This bug could cause a table to become corrupt if
|
||||||
|
a column was added instantly
|
||||||
|
* MDEV-15326: A race condition in InnoDB transaction commit that
|
||||||
|
affects record locking was fixed
|
||||||
|
* MDEV-17187: Table doesn't exist in engine after ALTER of
|
||||||
|
FOREIGN KEY
|
||||||
|
* MDEV-20301: InnoDB's MVCC has O(N^2) behaviors
|
||||||
|
* MDEV-18128: Simplify .ibd file creation
|
||||||
|
* MDEV-20060: Failing assertion: srv_log_file_size <= 512ULL
|
||||||
|
<< 30 while preparing backup
|
||||||
|
* MDEV-20247: Replication hangs with "preparing" and never starts
|
||||||
|
* MDEV-17614: Remove unnecessary locking for INSERT...ON
|
||||||
|
DUPLICATE KEY UPDATE
|
||||||
|
* MDEV-20311: row_ins_step accesses uninitialized memory
|
||||||
|
* MDEV-19947: Repositories for RHEL 8 ppc64le added
|
||||||
|
* fixes for the following security vulnerabilities: none
|
||||||
|
* release notes and changelog:
|
||||||
|
https://mariadb.com/kb/en/library/mariadb-10318-release-notes
|
||||||
|
https://mariadb.com/kb/en/library/mariadb-10318-changelog
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 5 21:43:14 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
Thu Sep 5 21:43:14 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||||
|
|
||||||
|
@ -54,7 +54,7 @@
|
|||||||
%define python_path /usr/bin/python2
|
%define python_path /usr/bin/python2
|
||||||
%endif
|
%endif
|
||||||
Name: mariadb
|
Name: mariadb
|
||||||
Version: 10.3.17
|
Version: 10.3.18
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Server part of MariaDB
|
Summary: Server part of MariaDB
|
||||||
License: SUSE-GPL-2.0-with-FLOSS-exception
|
License: SUSE-GPL-2.0-with-FLOSS-exception
|
||||||
|
Loading…
Reference in New Issue
Block a user