stable
Clone or download
Read-only
As mysql 5.7 is now the minimum requirement for new install, let's remove the dependency on MyISAM table format (kept for FULLTEXT indexes). No need to convert existing tables now as the performances impact is not clear yet. Part of story #14683 install a basic image Change-Id: I58f956da39025cab79dc6efd006b8bd31c961555
Modified Files
Name | ||||
---|---|---|---|---|
M | Makefile | +2 | −1 | Go to diff View file |
M | plugins/docman/db/install.sql | +3 | −3 | Go to diff View file |
M | plugins/tracker/db/install.sql | +1 | −1 | Go to diff View file |
M | plugins/userlog/db/install.sql | +1 | −1 | Go to diff View file |
M | src/db/mysql/database_structure.sql | +2 | −2 | Go to diff View file |
M | tests/Jenkinsfile | +2 | −2 | Go to diff View file |
M | tests/actions.groovy | +3 | −6 | Go to diff View file |
M | tests/build_and_run/test.sh | +7 | −2 | Go to diff View file |
A | tests/soap/bin/run-compose.sh | +48 | −0 | Go to diff View file |
M | tests/soap/bin/setup.sh | +10 | −15 | Go to diff View file |
A | tests/soap/docker-compose.yml | +33 | −0 | Go to diff View file |
M | tools/rpm/build_and_run_packages.sh | +1 | −1 | Go to diff View file |
M | tools/setup.sh | +41 | −177 | Go to diff View file |