Skip to content

Commit b0e33e8

Browse files
committed
Move back to binlog_format=ROW in galera config.
This was incorrectly set to MIXED due to a misreading of the MariaDB 10.6 series release notes.
1 parent 21b25af commit b0e33e8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ and this project (tries to) adhere to
1111
### Fixed
1212
- Stupid typos that broke catalogue build for any clustered
1313
configuration.
14+
- Galera requires binlog_format=ROW - this was changed to
15+
MIXED due to misreading of MariaDB 10.6 series release notes.
1416

1517
### Added
1618
- puppet-syntax checks to the Rakefile . . .

templates/galera_replication.cnf-10.2.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ wsrep_slave_threads = <%= @wsrep_slave_threads %>
1919
wsrep_node_address = <%= @ipaddress_cluster_iface %>
2020
wsrep_node_incoming_address = <%= @ipaddress_cluster_iface %>
2121

22-
binlog_format = MIXED
22+
binlog_format = ROW
2323
default_storage_engine = InnoDB
2424
innodb_autoinc_lock_mode = 2
2525

0 commit comments

Comments
 (0)