Ottomata has submitted this change and it was merged. Change subject: Fix typo in my.cnf ......................................................................
Fix typo in my.cnf Change-Id: I1067ed9acdbd40fad403f27ff644ac46c3260eae --- M templates/mariadb/analytics-meta.my.cnf.erb 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Ottomata: Verified; Looks good to me, approved diff --git a/templates/mariadb/analytics-meta.my.cnf.erb b/templates/mariadb/analytics-meta.my.cnf.erb index 2325026..c4bccb2 100644 --- a/templates/mariadb/analytics-meta.my.cnf.erb +++ b/templates/mariadb/analytics-meta.my.cnf.erb @@ -35,7 +35,7 @@ innodb_flush_method = O_DIRECT innodb_flush_log_at_trx_commit = 1 innodb_buffer_pool_size = 4G -innodb_buffer_pool_isntances = 4 +innodb_buffer_pool_instances = 4 query_cache_type = 1 query_cache_size = 16M -- To view, visit https://gerrit.wikimedia.org/r/272821 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1067ed9acdbd40fad403f27ff644ac46c3260eae Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Ottomata <[email protected]> Gerrit-Reviewer: Ottomata <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
