SHA256
1
0
forked from pool/mariadb

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

- update to 10.2.23 GA
  * notable changes:
    * InnoDB ALTER TABLE fixes: MDEV-18016, MDEV-18630, MDEV-18775,
      MDEV-18732, MDEV-18749, MDEV-18637, MDEV-13818, MDEV-17595
    * MDEV-18878: InnoDB Purge: Optimize away futile table lookups
    * MDEV-14984: Regression in connect performance
    * MDEV-18936: Purge thread fails to exit on shutdown
    * MDEV-18272: InnoDB fails to rollback after exceeding FOREIGN
      KEY recursion depth
    * MDEV-9519: Data corruption on Galera cluster size change
    * MDEV-18204: fix incremental MyRocks backup
    * MDEV-18611: mariabackup terminated while copying InnoDB
      redo log
    * MDEV-18669: mariabackup writes timestamp in version line
    * MDEV-18855: Mariabackup should fetch innodb_compression_level
      from running server
  * fixes for the following security vulnerabilities: none
  * release notes and changelog:
    https://mariadb.com/kb/en/library/mariadb-10223-release-notes
    https://mariadb.com/kb/en/library/mariadb-10223-changelog
- remove mariadb-10.2.22-fix_path.patch that is no longer needed
  (applied upstream)

OBS-URL: https://build.opensuse.org/request/show/688832
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=229
This commit is contained in:
Martin Pluskal
2019-03-26 16:38:48 +00:00
committed by Git OBS Bridge
parent aa2c3445cb
commit 3082d2eeb9
7 changed files with 37 additions and 54 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Tue Mar 26 12:45:14 UTC 2019 - Kristýna Streitová <kstreitova@suse.com>
- update to 10.2.23 GA
* notable changes:
* InnoDB ALTER TABLE fixes: MDEV-18016, MDEV-18630, MDEV-18775,
MDEV-18732, MDEV-18749, MDEV-18637, MDEV-13818, MDEV-17595
* MDEV-18878: InnoDB Purge: Optimize away futile table lookups
* MDEV-14984: Regression in connect performance
* MDEV-18936: Purge thread fails to exit on shutdown
* MDEV-18272: InnoDB fails to rollback after exceeding FOREIGN
KEY recursion depth
* MDEV-9519: Data corruption on Galera cluster size change
* MDEV-18204: fix incremental MyRocks backup
* MDEV-18611: mariabackup terminated while copying InnoDB
redo log
* MDEV-18669: mariabackup writes timestamp in version line
* MDEV-18855: Mariabackup should fetch innodb_compression_level
from running server
* fixes for the following security vulnerabilities: none
* release notes and changelog:
https://mariadb.com/kb/en/library/mariadb-10223-release-notes
https://mariadb.com/kb/en/library/mariadb-10223-changelog
- remove mariadb-10.2.22-fix_path.patch that is no longer needed
(applied upstream)
-------------------------------------------------------------------
Wed Feb 27 14:48:43 UTC 2019 - kstreitova@suse.com