forked from pool/mariadb
Accepting request 632041 from home:kstreitova:branches:server:database
- update to 10.2.17 GA * notable changes: * New variable innodb_log_optimize_ddl for avoiding delay due to page flushing and allowing concurrent backup * InnoDB updated to 5.7.23 * MDEV-14637 - Fix hang due to DDL with FOREIGN KEY or persistent statistics * MDEV-15953 - Alter InnoDB Partitioned Table Moves Files (which were originally not in the datadir) to the datadir * MDEV-16515 - InnoDB: Failing assertion: ++retries < 10000 in file dict0dict.cc line 2737 * MDEV-16809 - Allow full redo logging for ALTER TABLE * Temporary tables: MDEV-16713 - InnoDB hang with repeating log entry * indexed virtual columns: MDEV-15855 - Deadlock between purge thread and DDL statement * MDEV-16664 - Change the default to innodb_lock_schedule_algorithm=fcfs * Galera: MDEV-15822 - WSREP: BF lock wait long for trx * fixes for the following security vulnerabilities: CVE-2018-3064 [bsc#1103342], CVE-2018-3063 [bsc#1101677], CVE-2018-3058 [bsc#1101676], CVE-2018-3066 [bsc#1101678], CVE-2018-3060 * release notes and changelog: https://mariadb.com/kb/en/library/mariadb-10217-release-notes https://mariadb.com/kb/en/library/mariadb-10217-changelog OBS-URL: https://build.opensuse.org/request/show/632041 OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=216
This commit is contained in:
parent
a44ec6dfe1
commit
e67020ea2f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c182ee93bacee9c1395a4cece56acfc433bc5153ec627c4898927b93eee54dc4
|
||||
size 73363798
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2
|
||||
|
||||
iEYEABECAAYFAlsxMfgACgkQy8sIKhu5Q9tYuACeKfW2y7Vvs45SMGY+BJ2b9rvD
|
||||
2SMAoMNoW8LPTTHb1gosHyKLmftvU62E
|
||||
=INpq
|
||||
-----END PGP SIGNATURE-----
|
3
mariadb-10.2.17.tar.gz
Normal file
3
mariadb-10.2.17.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e7b3078f8de874a4d451242a8a3eed49bf6f916dcd52fc3efa55886f5f35be27
|
||||
size 73409162
|
7
mariadb-10.2.17.tar.gz.sig
Normal file
7
mariadb-10.2.17.tar.gz.sig
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2
|
||||
|
||||
iEYEABECAAYFAltx6xsACgkQy8sIKhu5Q9tyUwCfaiU/m0c5UJSSy81Ls5gk2a6q
|
||||
8YUAoKt/om5vHhGzNmEW4DHAYHbzSZO6
|
||||
=h/iF
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 28 00:17:03 UTC 2018 - kstreitova@suse.com
|
||||
|
||||
- update to 10.2.17 GA
|
||||
* notable changes:
|
||||
* New variable innodb_log_optimize_ddl for avoiding delay due
|
||||
to page flushing and allowing concurrent backup
|
||||
* InnoDB updated to 5.7.23
|
||||
* MDEV-14637 - Fix hang due to DDL with FOREIGN KEY or
|
||||
persistent statistics
|
||||
* MDEV-15953 - Alter InnoDB Partitioned Table Moves Files
|
||||
(which were originally not in the datadir) to the datadir
|
||||
* MDEV-16515 - InnoDB: Failing assertion: ++retries < 10000 in
|
||||
file dict0dict.cc line 2737
|
||||
* MDEV-16809 - Allow full redo logging for ALTER TABLE
|
||||
* Temporary tables: MDEV-16713 - InnoDB hang with repeating
|
||||
log entry
|
||||
* indexed virtual columns: MDEV-15855 - Deadlock between purge
|
||||
thread and DDL statement
|
||||
* MDEV-16664 - Change the default to
|
||||
innodb_lock_schedule_algorithm=fcfs
|
||||
* Galera: MDEV-15822 - WSREP: BF lock wait long for trx
|
||||
* fixes for the following security vulnerabilities:
|
||||
CVE-2018-3064 [bsc#1103342], CVE-2018-3063 [bsc#1101677],
|
||||
CVE-2018-3058 [bsc#1101676], CVE-2018-3066 [bsc#1101678],
|
||||
CVE-2018-3060
|
||||
* release notes and changelog:
|
||||
https://mariadb.com/kb/en/library/mariadb-10217-release-notes
|
||||
https://mariadb.com/kb/en/library/mariadb-10217-changelog
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 20:27:36 UTC 2018 - kstreitova@suse.com
|
||||
|
||||
|
@ -48,7 +48,7 @@
|
||||
%define with_mroonga 0
|
||||
%endif
|
||||
Name: mariadb
|
||||
Version: 10.2.16
|
||||
Version: 10.2.17
|
||||
Release: 0
|
||||
Summary: Server part of MariaDB
|
||||
License: SUSE-GPL-2.0-with-FLOSS-exception
|
||||
|
Loading…
Reference in New Issue
Block a user