SHA256
1
0
forked from pool/mariadb

Accepting request 720706 from home:kstreitova:branches:server:database

- update to 10.3.17 [bsc#1141798]
  * notable changes:
    * MDEV-19795: Merge upstream MyRocks.
    * MDEV-17228: Encrypted temporary tables are not encrypted.
    * MDEV-18328: Disks Plugin is now stable and requires the FILE
      privilege.
    * Merge relevant InnoDB changes from MySQL 5.7.27
    * Adjust spin loops to the x86 PAUSE instruction latency
    * CREATE TABLE: MDEV-19292, MDEV-20102
    * ALTER TABLE: MDEV-15641, MDEV-19630, MDEV-19916, MDEV-19974
    * Indexed virtual columns: MDEV-16222, MDEV-17005, MDEV-19870
    * FULLTEXT INDEX: MDEV-14154
    * Encryption: MDEV-17228, MDEV-19914
    * Galera + FOREIGN KEY: MDEV-19660
    * Recovery & Mariabackup: MDEV-19978
    * MDEV-19781: Add page id matching check in innochecksum tool
    * MDEV-20091: DROP TEMPORARY table is logged despite no CREATE
      was logged
    * MDEV-19427: mysql_upgrade_service throws exception upgrading
      from 10.0 to 10.3
    * MDEV-19814: Server crash in row_upd_del_mark_clust_rec or
      Assertion
    * MDEV-17363: Compressed columns cannot be restored from dump
  * fixes for the following security vulnerabilities:
    CVE-2019-2805, CVE-2019-2740, CVE-2019-2739, CVE-2019-2737,
    CVE-2019-2758
  * release notes and changelog:
    https://mariadb.com/kb/en/library/mariadb-10317-release-notes
    https://mariadb.com/kb/en/library/mariadb-10317-changelog
- add "BuildRequires: python3" as some tests and myrocks_hotbackup

OBS-URL: https://build.opensuse.org/request/show/720706
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=235
This commit is contained in:
2019-08-05 11:31:30 +00:00
committed by Git OBS Bridge
parent 93e1583ca9
commit bc9a74f66d
8 changed files with 66 additions and 48 deletions

View File

@@ -1,3 +1,47 @@
-------------------------------------------------------------------
Fri Aug 2 10:32:48 UTC 2019 - Kristyna Streitova <kstreitova@suse.com>
- update to 10.3.17 [bsc#1141798]
* notable changes:
* MDEV-19795: Merge upstream MyRocks.
* MDEV-17228: Encrypted temporary tables are not encrypted.
* MDEV-18328: Disks Plugin is now stable and requires the FILE
privilege.
* Merge relevant InnoDB changes from MySQL 5.7.27
* Adjust spin loops to the x86 PAUSE instruction latency
* CREATE TABLE: MDEV-19292, MDEV-20102
* ALTER TABLE: MDEV-15641, MDEV-19630, MDEV-19916, MDEV-19974
* Indexed virtual columns: MDEV-16222, MDEV-17005, MDEV-19870
* FULLTEXT INDEX: MDEV-14154
* Encryption: MDEV-17228, MDEV-19914
* Galera + FOREIGN KEY: MDEV-19660
* Recovery & Mariabackup: MDEV-19978
* MDEV-19781: Add page id matching check in innochecksum tool
* MDEV-20091: DROP TEMPORARY table is logged despite no CREATE
was logged
* MDEV-19427: mysql_upgrade_service throws exception upgrading
from 10.0 to 10.3
* MDEV-19814: Server crash in row_upd_del_mark_clust_rec or
Assertion
* MDEV-17363: Compressed columns cannot be restored from dump
* fixes for the following security vulnerabilities:
CVE-2019-2805, CVE-2019-2740, CVE-2019-2739, CVE-2019-2737,
CVE-2019-2758
* release notes and changelog:
https://mariadb.com/kb/en/library/mariadb-10317-release-notes
https://mariadb.com/kb/en/library/mariadb-10317-changelog
- add "BuildRequires: python3" as some tests and myrocks_hotbackup
script need python3. Make the PYTHON_SHEBANG value configurable
[bsc#1142909]
- remove "innodb_file_format" option from my.ini (my.cnf) file that
was removed in MariaDB 10.3.1. Also remove "innodb_file_per_table=ON"
option that is by default ON and it's redundant now.
- remove mariadb-10.2.9-galera_cnf.patch as it's not clear what the
correct path to galera wsrep provider is while users can use
galera 3, galera 4 or galera compiled on their own
- add "Requires: python3-mysqlclient" that is needed by
myrocks_hotbackup script
-------------------------------------------------------------------
Fri Aug 2 08:14:49 UTC 2019 - Martin Liška <mliska@suse.cz>