From 7c49f1f4858a511f83ccbad6897f2da959277ec7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Oliver=20B=C3=B6ttcher?= Date: Mon, 6 Nov 2017 10:15:21 +0100 Subject: [PATCH] bmas-typo3 - test mariadb upgrade --- customer/bmas-typo3/development.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customer/bmas-typo3/development.yaml b/customer/bmas-typo3/development.yaml index 01555a3a..e02e0398 100644 --- a/customer/bmas-typo3/development.yaml +++ b/customer/bmas-typo3/development.yaml @@ -28,12 +28,12 @@ infra::additional_files: mysql::server::override_options: mysqld: - bind-address: '0.0.0.0' query_cache_size: 0 query_cache_type: 0 table_open_cache: 512 innodb_file_per_table: 1 performance_schema: 1 + sql-mode: "ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION" infra::profile::apache::htdigest: mensch: -- 2.39.5