Reverting last commit

This commit is contained in:
Mario Splivalo 2015-02-11 21:16:48 +01:00
parent a34ec2d712
commit fc73b5b5b7
3 changed files with 3 additions and 3 deletions

View File

@ -68,7 +68,7 @@ options:
InnoDB table into separate .idb file. Existing InnoDB tables will remain
in ibdata1 file - full dump/import is needed to get rid of large
ibdata1 file
retry-on-autocommit:
lp1366997-workaround:
type: boolean
default: False
description: Adds two config options (wsrep_drupal_282555_workaround and wsrep_retry_autocommit) as a workaround for Percona Primary Key bug (see lplp1366997).

View File

@ -111,7 +111,7 @@ def render_config(clustered=False, hosts=[], mysql_password=None):
'sst_method': 'xtrabackup',
'sst_password': mysql_password,
'innodb_file_per_table': config('innodb-file-per-table'),
'retry_on_autocommit': config('retry-on-autocommit')
'lp1366997_workaround': config('lp1366997-workaround')
}
print config

View File

@ -73,7 +73,7 @@ innodb_buffer_pool_size = {{ dataset_bytes }}
sockopt=,pf=ip6
{% endif %}
{% if retry_on_autocommit -%}
{% 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