We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21b25af commit b0e33e8Copy full SHA for b0e33e8
CHANGELOG.md
@@ -11,6 +11,8 @@ and this project (tries to) adhere to
11
### Fixed
12
- Stupid typos that broke catalogue build for any clustered
13
configuration.
14
+- Galera requires binlog_format=ROW - this was changed to
15
+ MIXED due to misreading of MariaDB 10.6 series release notes.
16
17
### Added
18
- puppet-syntax checks to the Rakefile . . .
templates/galera_replication.cnf-10.2.erb
@@ -19,7 +19,7 @@ wsrep_slave_threads = <%= @wsrep_slave_threads %>
19
wsrep_node_address = <%= @ipaddress_cluster_iface %>
20
wsrep_node_incoming_address = <%= @ipaddress_cluster_iface %>
21
22
-binlog_format = MIXED
+binlog_format = ROW
23
default_storage_engine = InnoDB
24
innodb_autoinc_lock_mode = 2
25
0 commit comments