From f42fb3d04dd06e040bec6037a16bc6e364671e45 Mon Sep 17 00:00:00 2001 From: James Page Date: Tue, 29 Sep 2015 12:03:48 +0100 Subject: [PATCH] Drop workaround for pxc 5.6 - not required --- templates/mysqld.cnf | 8 -------- 1 file changed, 8 deletions(-) diff --git a/templates/mysqld.cnf b/templates/mysqld.cnf index 87978f3..e56aa51 100644 --- a/templates/mysqld.cnf +++ b/templates/mysqld.cnf @@ -107,14 +107,6 @@ wsrep_sst_auth="sstuser:{{ sst_password }}" wsrep_provider_options = {{ wsrep_provider_options }} {% endif %} -{% if lp1366997_workaround -%} -# Adding workaround for bug: -# https://bugs.launchpad.net/charms/+source/percona-cluster/+bug/1366997 -# Note that this should only be required for percona 5.5 -wsrep_drupal_282555_workaround = ON -wsrep_retry_autocommit = 100 -{% endif %} - # # * IPv6 SST configuration #