Springle has submitted this change and it was merged. Change subject: Need REPEATABLE-READ so that specific tables can remain InnoDB and row-based binlogging still works. ......................................................................
Need REPEATABLE-READ so that specific tables can remain InnoDB and row-based binlogging still works. Change-Id: I08e86102ade4c2046d330660ce158d7af3c7f142 --- M templates/mariadb/sanitarium.my.cnf.erb 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Springle: Looks good to me, approved jenkins-bot: Verified diff --git a/templates/mariadb/sanitarium.my.cnf.erb b/templates/mariadb/sanitarium.my.cnf.erb index dbf514c..e1ea5ff 100644 --- a/templates/mariadb/sanitarium.my.cnf.erb +++ b/templates/mariadb/sanitarium.my.cnf.erb @@ -29,7 +29,7 @@ interactive_timeout = 28800 wait_timeout = 3600 plugin-load = ha_tokudb -transaction-isolation = READ-COMMITTED +transaction-isolation = REPEATABLE-READ slave_transaction_retries = 4294967295 slave_parallel_threads = 8 slave_parallel_max_queued = 16M -- To view, visit https://gerrit.wikimedia.org/r/154264 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I08e86102ade4c2046d330660ce158d7af3c7f142 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Springle <[email protected]> Gerrit-Reviewer: Springle <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
