Asher has submitted this change and it was merged.
Change subject: binary character and collation defaults for mariadb
......................................................................
binary character and collation defaults for mariadb
Change-Id: Iea4b4a8495fd0f8a4a05535a33a4d742adb07ea8
---
M modules/coredb_mysql/templates/prod.my.cnf.erb
1 file changed, 6 insertions(+), 0 deletions(-)
Approvals:
Asher: Verified; Looks good to me, approved
jenkins-bot: Verified
diff --git a/modules/coredb_mysql/templates/prod.my.cnf.erb
b/modules/coredb_mysql/templates/prod.my.cnf.erb
index fc017bc..db16d4d 100644
--- a/modules/coredb_mysql/templates/prod.my.cnf.erb
+++ b/modules/coredb_mysql/templates/prod.my.cnf.erb
@@ -64,6 +64,12 @@
<% if has_variable?("mariadb") and mariadb == true then -%>
query_cache_type=0
+
+# these were set as compile time defaults in our mysql builds
+character_set_server=binary
+character_set_filesystem=binary
+collation_server=binary
+
log_slow_verbosity=Query_plan
optimizer_switch='mrr=on,mrr_cost_based=on,mrr_sort_keys=on,optimize_join_buffer_size=on,extended_keys=off'
#thread_handling=pool-of-threads
--
To view, visit https://gerrit.wikimedia.org/r/59187
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Iea4b4a8495fd0f8a4a05535a33a4d742adb07ea8
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Asher <[email protected]>
Gerrit-Reviewer: Asher <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits