From 72716d5932a6fcb1782882ccc58e78c0da0473bc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Oliver=20B=C3=B6ttcher?= Date: Wed, 18 Jul 2018 14:54:54 +0200 Subject: [PATCH] BMF-DC - innodb_file_per_table --- customer/bmf-datacenter/common.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/customer/bmf-datacenter/common.yaml b/customer/bmf-datacenter/common.yaml index baea1fdd..dd81c6f0 100644 --- a/customer/bmf-datacenter/common.yaml +++ b/customer/bmf-datacenter/common.yaml @@ -50,3 +50,4 @@ mysql::server::override_options: 'mysqld': ft_min_word_len: '3' innodb_adaptive_hash_index: 0 + innodb_file_per_table: 1 -- 2.39.5