From 828729aa5e72272a335b75786f055889f420dec3 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Wed, 21 Jun 2017 11:25:05 +0200 Subject: [PATCH] disabled innodb adaptive hash index --- 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 e8fe4f6e..0d5a0afe 100644 --- a/customer/bmf-datacenter/common.yaml +++ b/customer/bmf-datacenter/common.yaml @@ -48,3 +48,4 @@ php::fpm::pools: mysql::server::override_options: 'mysqld': ft_min_word_len: '3' + innodb_adaptive_hash_index: 0 -- 2.39.5