From 761f8597b54bc88be8b4402eb7a2b559b8b40b95 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Wed, 21 Jun 2017 12:09:16 +0200 Subject: [PATCH] disabled innodb adaptive hash index --- customer/bmf-datacenter/production.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/customer/bmf-datacenter/production.yaml b/customer/bmf-datacenter/production.yaml index 09bd7c1b..78b09af1 100644 --- a/customer/bmf-datacenter/production.yaml +++ b/customer/bmf-datacenter/production.yaml @@ -20,6 +20,7 @@ mysql::server::override_options: innodb_log_buffer_size: 16M query_cache_type: 0 default-storage-engine: INNODB + innodb_adaptive_hash_index: 0 php::extensions: gd: {} -- 2.39.5