Dongqi Chen 561842194b CentOS 8: Upgrade mariadb to version 10.3.17
(1)Release Version Upgrade

(2)Fix spec to remove TokuDB related compilation errors

(3)Extract the files in srpm to replace the 'centos/files/' directory

Story: 2006729
Task: 38764
Depends-On: https://review.opendev.org/#/c/734429/

Change-Id: I4c1543440027a90edf0d1653b61deea0d9a104cd
Signed-off-by: Dongqi Chen <chen.dq@neusoft.com>
2020-06-12 13:49:35 +08:00
..

The upstream mariadb includes TokuDB source code with AGPL license.
As AGPL-3.0 is considered a prohibited license by WR, we've modified
the source tarball to delete the storage/tokudb directory and remove
the AGPL reference from the EXCEPTIONS-CLIENT Foss License file. The
spec file has also been modified to compile without tokudb support.