integ/database/mariadb/centos
Martin Chen dba551a518 Fix linters error and enable linters zuul gate
Fix below linters errors
E010 The "do" should be on same line as for
E010 The "do" should be on same line as while
E011 Then keyword is not on same line as if or elif keyword
E020 Function declaration not in format ^function name {$

Ignore:
E041 Arithmetic expansion using $[ is deprecated for $((
E042 local declaration hides errors
E043 Arithmetic compound has inconsistent return semantics
E044 Use [[ for non-POSIX comparisions

Story: 2003366
Task: 24423

Change-Id: I8b6b72e702d3e89d1813772d6bf16819e28e818c
Signed-off-by: Martin Chen <haochuan.z.chen@intel.com>
2018-09-07 01:50:28 +08:00
..
files Fix linters error and enable linters zuul gate 2018-09-07 01:50:28 +08:00
README Relocate mariadb to stx-integ/database/mariadb 2018-08-01 15:31:55 -04:00
build_srpm.data Relocate mariadb to stx-integ/database/mariadb 2018-08-01 15:31:55 -04:00
mariadb.spec Add bison build requirement for mariadb 2018-08-01 15:31:55 -04:00
mariadb.spec.unmodified Relocate mariadb to stx-integ/database/mariadb 2018-08-01 15:31:55 -04:00

README

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.