Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'autotest.sh')
-rwxr-xr-xautotest.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/autotest.sh b/autotest.sh
index c77562e7602..61e7426ab99 100755
--- a/autotest.sh
+++ b/autotest.sh
@@ -218,7 +218,10 @@ function execute_tests {
-e MYSQL_USER="$DATABASEUSER" \
-e MYSQL_PASSWORD=owncloud \
-e MYSQL_DATABASE="$DATABASENAME" \
- -d mysql:5.7)
+ -d mysql:5.7
+ --innodb_large_prefix=true
+ --innodb_file_format=barracuda
+ --innodb_file_per_table=true)
DATABASEHOST=$(docker inspect --format="{{.NetworkSettings.IPAddress}}" "$DOCKER_CONTAINER_ID")