summaryrefslogtreecommitdiffstats
path: root/tests/docker
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-02-09 17:38:12 +0100
committerMorris Jobke <hey@morrisjobke.de>2016-10-19 00:15:01 +0200
commit9c3f066dabe57af6f5fedb1579f724c58adb8f94 (patch)
tree31056ef725537f4fa0e63e8407726d854ad40f88 /tests/docker
parenta7245ea08284568f9a449a11b726048dcec06d4a (diff)
downloadnextcloud-server-9c3f066dabe57af6f5fedb1579f724c58adb8f94.tar.gz
nextcloud-server-9c3f066dabe57af6f5fedb1579f724c58adb8f94.zip
Adding docker based unit test execution for mysql utf8mb4
Diffstat (limited to 'tests/docker')
-rw-r--r--tests/docker/mysqlmb4.config.php5
-rw-r--r--tests/docker/mysqlmb4/mb4.cnf5
2 files changed, 10 insertions, 0 deletions
diff --git a/tests/docker/mysqlmb4.config.php b/tests/docker/mysqlmb4.config.php
new file mode 100644
index 00000000000..4e78272fab4
--- /dev/null
+++ b/tests/docker/mysqlmb4.config.php
@@ -0,0 +1,5 @@
+<?php
+
+$CONFIG = array(
+ 'mysql.utf8mb4' => true,
+);
diff --git a/tests/docker/mysqlmb4/mb4.cnf b/tests/docker/mysqlmb4/mb4.cnf
new file mode 100644
index 00000000000..00333eab10d
--- /dev/null
+++ b/tests/docker/mysqlmb4/mb4.cnf
@@ -0,0 +1,5 @@
+
+[mysqld]
+innodb_large_prefix=true
+innodb_file_format=barracuda
+innodb_file_per_table=true