diff --git a/metadata.rb b/metadata.rb index 2715846a..8a55a3fb 100644 --- a/metadata.rb +++ b/metadata.rb @@ -5,7 +5,7 @@ description 'Installs Percona MySQL client and server' source_url 'https://github.com/hostinger/chef-percona' issues_url 'https://github.com/hostinger/chef-percona/issues' -version '5.11.24' +version '5.11.25' chef_version '>= 16.0' depends 'yum' diff --git a/templates/my.cnf.cluster.erb b/templates/my.cnf.cluster.erb index 88db342b..c14c0fa6 100644 --- a/templates/my.cnf.cluster.erb +++ b/templates/my.cnf.cluster.erb @@ -338,8 +338,6 @@ read_only skip-slave-start <% end %> -slave_exec_mode = <%= node["percona"]["server"]["replication"]["slave_exec_mode"] %> - # Number of times the replica SQL thread will retry a transaction in case it # failed with a deadlock or elapsed lock wait timeout, before giving up and # stopping.