Skip to content

Commit

Permalink
remove deprecated binlog_format from default config
Browse files Browse the repository at this point in the history
  • Loading branch information
fraenki committed Mar 13, 2024
1 parent 7548ed1 commit 1fcae22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion data/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ galera::deb_sysmaint_password: 'sysmaint'
galera::default_options:
mysqld:
bind-address: "<%= $bind_address %>"
binlog_format: 'ROW'
default_storage_engine: 'InnoDB'
innodb_autoinc_lock_mode: 2
port: "<%= $mysql_port %>"
Expand Down

0 comments on commit 1fcae22

Please sign in to comment.