Skip to content

Commit

Permalink
Merge pull request #27 from hostinger/disable/slave_exec_mode_for_clu…
Browse files Browse the repository at this point in the history
…ster

Remove slave_exec_mode for cluster
  • Loading branch information
PovilasV1 authored Nov 6, 2023
2 parents 1c079f5 + 55ac663 commit 73c06cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 0 additions & 2 deletions templates/my.cnf.cluster.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 73c06cb

Please sign in to comment.