Asher has submitted this change and it was merged.

Change subject: enabling extended_keys since 
https://mariadb.atlassian.net/browse/MDEV-4220 has been fixed
......................................................................


enabling extended_keys since https://mariadb.atlassian.net/browse/MDEV-4220 has 
been fixed

Change-Id: Id3b0bb1ab0af31896c8c031d37373a63cb9bd3cb
---
M modules/coredb_mysql/templates/prod.my.cnf.erb
1 file changed, 1 insertion(+), 3 deletions(-)

Approvals:
  Asher: Verified; Looks good to me, approved



diff --git a/modules/coredb_mysql/templates/prod.my.cnf.erb 
b/modules/coredb_mysql/templates/prod.my.cnf.erb
index eac9705..72dd962 100644
--- a/modules/coredb_mysql/templates/prod.my.cnf.erb
+++ b/modules/coredb_mysql/templates/prod.my.cnf.erb
@@ -65,9 +65,7 @@
 <% if has_variable?("mariadb") and mariadb == true then -%>
 query_cache_type=0
 log_slow_verbosity=Query_plan
-# extended_keys disabled until https://mariadb.atlassian.net/browse/MDEV-4220 
is fixed
-# optimizer_switch='extended_keys=on'
-optimizer_switch='mrr=on,mrr_cost_based=on,mrr_sort_keys=on,optimize_join_buffer_size=on'
+optimizer_switch='mrr=on,mrr_cost_based=on,mrr_sort_keys=on,optimize_join_buffer_size=on,extended_keys=on'
 <% else %>
 rpl_transaction_enabled
 reserved_super_connections=20

-- 
To view, visit https://gerrit.wikimedia.org/r/54578
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Id3b0bb1ab0af31896c8c031d37373a63cb9bd3cb
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Asher <afeld...@wikimedia.org>
Gerrit-Reviewer: Asher <afeld...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to